COLOR #048BD2

HEX: #048BD2
RGB: (4,139,210)

Color info

#048BD2 contains mainly blue color. Web safe color of #048BD2 is #0099CC (or #09C).

RGB color model

#048BD2 color RGB value is (4,139,210).

  • red value is 4;
  • green value is 139;
  • blue value is 210.
RGB:
(4,139,210)
(2%,55%,82%)

RGB channels and saturation

R 4 of 255 = 2%
G 139 of 255 = 55%
B 210 of 255 = 82%

4
139
210

R + G + B ~ 46%. #048BD2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 139 + 210 = 353 (100%)
R 4 of 353 ~ 1.13%
G 139 of 353 ~ 39.38%
B 210 of 353 ~ 59.49%

%39.38
%59.49

CMYK color model

#048BD2 color CMYK value is (98,34,0,18).

  • cyan value is 98.10%
  • magenta value is 33.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(98,34,0,18)
C98M34Y0K18 
(98%,34%,0%,18%)
(0.98/0.34/0.00/0.18)	

CMYK percentages

%98.1
%33.81
%0
%17.65

Codes

Color #048BD2 in popluar color models

048BD2
RGB4139210
HSL201°96.26%41.96%
HSB/HSV201°98.10%82.35%
CMYK98.10%33.81%0.00%
17.65%

Color #048BD2 in popluar number systems.

HEX048BD2
Decimal4139210
Binary1001000101111010010
Octal4213322

Shades and tints

Shades of #048BD2

#048BD2
(4,139,210)
#047FBF
(4,127,191)
#0473AC
(4,115,172)
#046799
(4,103,153)
#045B86
(4,91,134)
#044F73
(4,79,115)
#044360
(4,67,96)
#04374D
(4,55,77)
#042B3A
(4,43,58)
#041F27
(4,31,39)
#041314
(4,19,20)
#000000
(0,0,0)

Tints of #048BD2

#048BD2
(4,139,210)
#1A95D6
(26,149,214)
#309FDA
(48,159,218)
#46A9DE
(70,169,222)
#5CB3E2
(92,179,226)
#72BDE6
(114,189,230)
#88C7EA
(136,199,234)
#9ED1EE
(158,209,238)
#B4DBF2
(180,219,242)
#CAE5F6
(202,229,246)
#E0EFFA
(224,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048BD2 color. Also use rgb(4,139,210) instead hex code.

Text Font Color

.myTextColor { color: #048BD2; }

<p style="color:#048BD2">This sample text font color is #048BD2.</p>

This text font color is #048BD2.


Background Color

.myBgColor { background-color: #048BD2; }

<div style="background-color:#048BD2">Inner text</div>

This div background color is #048BD2.


Border color

.myBorderColor { border: 1px solid #048BD2; }

<div style="border:3px solid #048BD2">Div</div>

This div border color is #048BD2.


Opacity

.myOpacity80 { color: #048BD2; opacity: 0.8; }

<p style="color:#048BD2;opacity:0.8;">80%</p>

Text with #048BD2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #048BD2;}

<p style="text-shadow: 3px 3px 1px #048BD2">Text here.</p>

This text has shadow with #048BD2 color.

.textShadow {text-shadow: 3px 3px 1px #048BD2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #048BD2, 5px 5px 20px red">Text here.</p>

This text has shadow with #048BD2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#048BD2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#048BD2, Direction=45, Strength=4)">Text</p>

This text has shadow with #048BD2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #048BD2;
  -webkit-box-shadow:	1px 1px 3px 2px #048BD2;
  box-shadow:		1px 1px 3px 2px #048BD2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #048BD2;
-webkit-box-shadow: 1px 1px 3px 2px #048BD2;
box-shadow:1px 1px 3px 2px #048BD2;">
Div content here</div>
This div box has shadow with color #048BD2.

Preview

Color preview on black background

This text has color #048BD2 on black background.


Color preview on white background

This text has color #048BD2 on white background.



Black color preview on #048BD2 background

This text has black color on #048BD2 background.


White color preview on #048BD2 background

This text has white color on #048BD2 background.