Html Css Color HEX #048EEE Dodger Blue

📋 copy color: '#048EEE'

red 4 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #048EEE

Tints of Dodger Blue #048EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.98%

R = 1.04%
G = 36.98%
B = 61.98%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#048EEE (or 0x048EEE) is known color: Dodger Blue. HEX triplet: 04, 8E and EE. RGB value is (4,142,238). Sum of RGB (Red+Green+Blue) = 4+142+238=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #048EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048EEE is #FB7111. Grayscale: #6F6F6F. Windows color (decimal): -16478482 or 15633924. OLE color: 15633924.

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

Color convert

RGB 4 142 238 -
CMYK 0.98 0.40 0 0.07
HSL 204.62º 0.97% 0.47% -
HSV(B) 204.62º 0.98% 0.93% -
XYZ 25.16 25.54 84.49 -
YUV 111.68 199.28 51.19 -
System Red Green Blue C M Y K H S L
Decimal 4 142 238 0.98 0.40 0 0.07 204.62 0.97 0.47
Hex 4 8E EE 62 28 0 7 CD 61 2F
Octal 4 216 356 142 50 0 7 315 141 57
Binary 100 10001110 11101110 1100010 101000 0 111 11001101 1100001 101111

Color Harmonies of #048EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048EEE

Black with #048EEE

Text Example


Text Example

White with #048EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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