Html Css Color HEX #028CEF Dodger Blue

📋 copy color: '#028CEF'

red 2 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #028CEF

Tints of Dodger Blue #028CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 0.52%
G = 36.75%
B = 62.73%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#028CEF (or 0x028CEF) is known color: Dodger Blue. HEX triplet: 02, 8C and EF. RGB value is (2,140,239). Sum of RGB (Red+Green+Blue) = 2+140+239=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #028CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028CEF is #FD7310. Grayscale: #6D6D6D. Windows color (decimal): -16610065 or 15698946. OLE color: 15698946.

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

Color convert

RGB 2 140 239 -
CMYK 0.99 0.41 0 0.06
HSL 205.06º 0.98% 0.47% -
HSV(B) 205.06º 0.99% 0.94% -
XYZ 24.98 25 85.17 -
YUV 110.02 200.78 50.95 -
System Red Green Blue C M Y K H S L
Decimal 2 140 239 0.99 0.41 0 0.06 205.06 0.98 0.47
Hex 2 8C EF 63 29 0 6 CD 62 2F
Octal 2 214 357 143 51 0 6 315 142 57
Binary 10 10001100 11101111 1100011 101001 0 110 11001101 1100010 101111

Color Harmonies of #028CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CEF

Black with #028CEF

Text Example


Text Example

White with #028CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,140,239); }

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

background-color css

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

 a { background-color: rgb(2,140,239); }

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

border-color css

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

 span { border-color: rgb(2,140,239); }

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