Html Css Color HEX #028EED Dodger Blue

📋 copy color: '#028EED'

red 2 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #028EED

Tints of Dodger Blue #028EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 0.52%
G = 37.27%
B = 62.2%

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

#028EED (or 0x028EED) is known color: Dodger Blue. HEX triplet: 02, 8E and ED. RGB value is (2,142,237). Sum of RGB (Red+Green+Blue) = 2+142+237=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #028EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028EED is #FD7112. Grayscale: #6E6E6E. Windows color (decimal): -16609555 or 15568386. OLE color: 15568386.

HSL color Cylindrical-coordinate representation of color #028EED: hue angle of 204.26º 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 #028EED is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 142 237 -
CMYK 0.99 0.40 0 0.07
HSL 204.26º 0.98% 0.47% -
HSV(B) 204.26º 0.99% 0.93% -
XYZ 24.98 25.47 83.72 -
YUV 110.97 199.12 50.28 -
System Red Green Blue C M Y K H S L
Decimal 2 142 237 0.99 0.40 0 0.07 204.26 0.98 0.47
Hex 2 8E ED 63 28 0 7 CC 62 2F
Octal 2 216 355 143 50 0 7 314 142 57
Binary 10 10001110 11101101 1100011 101000 0 111 11001100 1100010 101111

Color Harmonies of #028EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EED

Black with #028EED

Text Example


Text Example

White with #028EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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