Html Css Color HEX #028CFC Dodger Blue

📋 copy color: '#028CFC'

red 2 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #028CFC

Tints of Dodger Blue #028CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 0.51%
G = 35.53%
B = 63.96%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#028CFC (or 0x028CFC) is known color: Dodger Blue. HEX triplet: 02, 8C and FC. RGB value is (2,140,252). Sum of RGB (Red+Green+Blue) = 2+140+252=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #028CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028CFC is #FD7303. Grayscale: #6E6E6E. Windows color (decimal): -16610052 or 16550914. OLE color: 16550914.

HSL color Cylindrical-coordinate representation of color #028CFC: hue angle of 206.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CFC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 140 252 -
CMYK 0.99 0.44 0 0.01
HSL 206.88º 0.98% 0.5% -
HSV(B) 206.88º 0.99% 0.99% -
XYZ 26.97 25.8 95.65 -
YUV 111.51 207.28 49.89 -
System Red Green Blue C M Y K H S L
Decimal 2 140 252 0.99 0.44 0 0.01 206.88 0.98 0.5
Hex 2 8C FC 63 2C 0 1 CF 62 32
Octal 2 214 374 143 54 0 1 317 142 62
Binary 10 10001100 11111100 1100011 101100 0 1 11001111 1100010 110010

Color Harmonies of #028CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CFC

Black with #028CFC

Text Example


Text Example

White with #028CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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