Html Css Color HEX #028FEC Dodger Blue

📋 copy color: '#028FEC'

red 2 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #028FEC

Tints of Dodger Blue #028FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 0.52%
G = 37.53%
B = 61.94%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#028FEC (or 0x028FEC) is known color: Dodger Blue. HEX triplet: 02, 8F and EC. RGB value is (2,143,236). Sum of RGB (Red+Green+Blue) = 2+143+236=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #028FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028FEC is #FD7013. Grayscale: #6E6E6E. Windows color (decimal): -16609300 or 15503106. OLE color: 15503106.

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

Color convert

RGB 2 143 236 -
CMYK 0.99 0.39 0 0.07
HSL 203.85º 0.98% 0.47% -
HSV(B) 203.85º 0.99% 0.93% -
XYZ 24.99 25.71 83 -
YUV 111.44 198.29 49.94 -
System Red Green Blue C M Y K H S L
Decimal 2 143 236 0.99 0.39 0 0.07 203.85 0.98 0.47
Hex 2 8F EC 63 27 0 7 CC 62 2F
Octal 2 217 354 143 47 0 7 314 142 57
Binary 10 10001111 11101100 1100011 100111 0 111 11001100 1100010 101111

Color Harmonies of #028FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FEC

Black with #028FEC

Text Example


Text Example

White with #028FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,143,236); }

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

background-color css

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

 a { background-color: rgb(2,143,236); }

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

border-color css

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

 span { border-color: rgb(2,143,236); }

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