Html Css Color HEX #048EEB Dodger Blue

📋 copy color: '#048EEB'

red 4 ◦ green 142 ◦ blue 235

#048EEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #048EEB

Tints of Dodger Blue #048EEB

RGB

 RED value IS 4 (1.95% from 255) = 1.05%

 GREEN value IS 142 (55.86% from 255) = 37.27%

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 1.05%
G = 37.27%
B = 61.68%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#048EEB (or 0x048EEB) is known color: Dodger Blue. HEX triplet: 04, 8E and EB. RGB value is (4,142,235). Sum of RGB (Red+Green+Blue) = 4+142+235=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #048EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048EEB is #FB7114. Grayscale: #6E6E6E. Windows color (decimal): -16478485 or 15437316. OLE color: 15437316.

HSL color Cylindrical-coordinate representation of color #048EEB: hue angle of 204.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EEB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 142 235 -
CMYK 0.98 0.40 0 0.08
HSL 204.16º 0.97% 0.47% -
HSV(B) 204.16º 0.98% 0.92% -
XYZ 24.72 25.37 82.19 -
YUV 111.34 197.78 51.44 -
System Red Green Blue C M Y K H S L
Decimal 4 142 235 0.98 0.40 0 0.08 204.16 0.97 0.47
Hex 4 8E EB 62 28 0 8 CC 61 2F
Octal 4 216 353 142 50 0 10 314 141 57
Binary 100 10001110 11101011 1100010 101000 0 1000 11001100 1100001 101111

Color Harmonies of #048EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048EEB

Black with #048EEB

Text Example


Text Example

White with #048EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048EEB; }

 p { color: rgb(4,142,235); }

 H1.HeaderClassName
 {
   color: #048EEB;
 }
 .AnyTagClassName
 {
   color: #048EEB;
 }
</style>

background-color css

<style>
 a { background-color: #048EEB; }

 a { background-color: rgb(4,142,235); }

 div.DivClassName
 {
   background-color: #048EEB;
 }
 .BgClassName
 {
   background-color: #048EEB;
 }
</style>

border-color css

<style>
 span { border-color: #048EEB; }

 span { border-color: rgb(4,142,235); }

 td.TdClassName
 {
   border-color: #048EEB;
 }
 .TagClassName
 {
   border-color: #048EEB;
 }
</style>