Html Css Color HEX #048EEF Dodger Blue

📋 copy color: '#048EEF'

red 4 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #048EEF

Tints of Dodger Blue #048EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 1.04%
G = 36.88%
B = 62.08%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#048EEF (or 0x048EEF) is known color: Dodger Blue. HEX triplet: 04, 8E and EF. RGB value is (4,142,239). Sum of RGB (Red+Green+Blue) = 4+142+239=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #048EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048EEF is #FB7110. Grayscale: #6F6F6F. Windows color (decimal): -16478481 or 15699460. OLE color: 15699460.

HSL color Cylindrical-coordinate representation of color #048EEF: hue angle of 204.77º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EEF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 142 239 -
CMYK 0.98 0.41 0 0.06
HSL 204.77º 0.97% 0.48% -
HSV(B) 204.77º 0.98% 0.94% -
XYZ 25.3 25.6 85.27 -
YUV 111.8 199.78 51.11 -
System Red Green Blue C M Y K H S L
Decimal 4 142 239 0.98 0.41 0 0.06 204.77 0.97 0.48
Hex 4 8E EF 62 29 0 6 CD 61 30
Octal 4 216 357 142 51 0 6 315 141 60
Binary 100 10001110 11101111 1100010 101001 0 110 11001101 1100001 110000

Color Harmonies of #048EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048EEF

Black with #048EEF

Text Example


Text Example

White with #048EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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