Html Css Color HEX #028AFE Dodger Blue

📋 copy color: '#028AFE'

red 2 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #028AFE

Tints of Dodger Blue #028AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 0.51%
G = 35.03%
B = 64.47%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#028AFE (or 0x028AFE) is known color: Dodger Blue. HEX triplet: 02, 8A and FE. RGB value is (2,138,254). Sum of RGB (Red+Green+Blue) = 2+138+254=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #028AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028AFE is #FD7501. Grayscale: #6D6D6D. Windows color (decimal): -16610562 or 16681474. OLE color: 16681474.

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

Color convert

RGB 2 138 254 -
CMYK 0.99 0.46 0 0.00
HSL 207.62º 0.99% 0.5% -
HSV(B) 207.62º 0.99% 1% -
XYZ 27 25.35 97.23 -
YUV 110.56 208.94 50.57 -
System Red Green Blue C M Y K H S L
Decimal 2 138 254 0.99 0.46 0 0.00 207.62 0.99 0.5
Hex 2 8A FE 63 2E 0 0 D0 63 32
Octal 2 212 376 143 56 0 0 320 143 62
Binary 10 10001010 11111110 1100011 101110 0 0 11010000 1100011 110010

Color Harmonies of #028AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028AFE

Black with #028AFE

Text Example


Text Example

White with #028AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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