Html Css Color HEX #028FFC Dodger Blue

📋 copy color: '#028FFC'

red 2 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #028FFC

Tints of Dodger Blue #028FFC

RGB

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

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

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

R = 0.5%
G = 36.02%
B = 63.48%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#028FFC (or 0x028FFC) is known color: Dodger Blue. HEX triplet: 02, 8F and FC. RGB value is (2,143,252). Sum of RGB (Red+Green+Blue) = 2+143+252=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #028FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028FFC is #FD7003. Grayscale: #707070. Windows color (decimal): -16609284 or 16551682. OLE color: 16551682.

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

Color convert

RGB 2 143 252 -
CMYK 0.99 0.43 0 0.01
HSL 206.16º 0.98% 0.5% -
HSV(B) 206.16º 0.99% 0.99% -
XYZ 27.42 26.69 95.8 -
YUV 113.27 206.29 48.64 -
System Red Green Blue C M Y K H S L
Decimal 2 143 252 0.99 0.43 0 0.01 206.16 0.98 0.5
Hex 2 8F FC 63 2B 0 1 CE 62 32
Octal 2 217 374 143 53 0 1 316 142 62
Binary 10 10001111 11111100 1100011 101011 0 1 11001110 1100010 110010

Color Harmonies of #028FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FFC

Black with #028FFC

Text Example


Text Example

White with #028FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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