Html Css Color HEX #028CFE Dodger Blue

📋 copy color: '#028CFE'

red 2 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #028CFE

Tints of Dodger Blue #028CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 0.51%
G = 35.35%
B = 64.14%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#028CFE (or 0x028CFE) is known color: Dodger Blue. HEX triplet: 02, 8C and FE. RGB value is (2,140,254). Sum of RGB (Red+Green+Blue) = 2+140+254=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #028CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028CFE is #FD7301. Grayscale: #6F6F6F. Windows color (decimal): -16610050 or 16681986. OLE color: 16681986.

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

Color convert

RGB 2 140 254 -
CMYK 0.99 0.45 0 0.00
HSL 207.14º 0.99% 0.5% -
HSV(B) 207.14º 0.99% 1% -
XYZ 27.29 25.92 97.33 -
YUV 111.73 208.28 49.73 -
System Red Green Blue C M Y K H S L
Decimal 2 140 254 0.99 0.45 0 0.00 207.14 0.99 0.5
Hex 2 8C FE 63 2D 0 0 CF 63 32
Octal 2 214 376 143 55 0 0 317 143 62
Binary 10 10001100 11111110 1100011 101101 0 0 11001111 1100011 110010

Color Harmonies of #028CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CFE

Black with #028CFE

Text Example


Text Example

White with #028CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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