Html Css Color HEX #028EEE Dodger Blue

📋 copy color: '#028EEE'

red 2 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #028EEE

Tints of Dodger Blue #028EEE

RGB

 RED value IS 2 (1.17% from 255) = 0.52%

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

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

R = 0.52%
G = 37.17%
B = 62.3%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#028EEE (or 0x028EEE) is known color: Dodger Blue. HEX triplet: 02, 8E and EE. RGB value is (2,142,238). Sum of RGB (Red+Green+Blue) = 2+142+238=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #028EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028EEE is #FD7111. Grayscale: #6E6E6E. Windows color (decimal): -16609554 or 15633922. OLE color: 15633922.

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

Color convert

RGB 2 142 238 -
CMYK 0.99 0.40 0 0.07
HSL 204.41º 0.98% 0.47% -
HSV(B) 204.41º 0.99% 0.93% -
XYZ 25.13 25.53 84.49 -
YUV 111.08 199.62 50.19 -
System Red Green Blue C M Y K H S L
Decimal 2 142 238 0.99 0.40 0 0.07 204.41 0.98 0.47
Hex 2 8E EE 63 28 0 7 CC 62 2F
Octal 2 216 356 143 50 0 7 314 142 57
Binary 10 10001110 11101110 1100011 101000 0 111 11001100 1100010 101111

Color Harmonies of #028EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EEE

Black with #028EEE

Text Example


Text Example

White with #028EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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