Html Css Color HEX #028DFC Dodger Blue

📋 copy color: '#028DFC'

red 2 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #028DFC

Tints of Dodger Blue #028DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

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

R = 0.51%
G = 35.7%
B = 63.8%

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

#028DFC (or 0x028DFC) is known color: Dodger Blue. HEX triplet: 02, 8D and FC. RGB value is (2,141,252). Sum of RGB (Red+Green+Blue) = 2+141+252=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #028DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028DFC is #FD7203. Grayscale: #6F6F6F. Windows color (decimal): -16609796 or 16551170. OLE color: 16551170.

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

Color convert

RGB 2 141 252 -
CMYK 0.99 0.44 0 0.01
HSL 206.64º 0.98% 0.5% -
HSV(B) 206.64º 0.99% 0.99% -
XYZ 27.12 26.09 95.7 -
YUV 112.09 206.95 49.47 -
System Red Green Blue C M Y K H S L
Decimal 2 141 252 0.99 0.44 0 0.01 206.64 0.98 0.5
Hex 2 8D FC 63 2C 0 1 CF 62 32
Octal 2 215 374 143 54 0 1 317 142 62
Binary 10 10001101 11111100 1100011 101100 0 1 11001111 1100010 110010

Color Harmonies of #028DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DFC

Black with #028DFC

Text Example


Text Example

White with #028DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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