Html Css Color HEX #029FFF Dodger Blue

📋 copy color: '#029FFF'

red 2 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #029FFF

Tints of Dodger Blue #029FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

 BLUE value IS 255 (100% from 255) = 61.3%

R = 0.48%
G = 38.22%
B = 61.3%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#029FFF (or 0x029FFF) is known color: Dodger Blue. HEX triplet: 02, 9F and FF. RGB value is (2,159,255). Sum of RGB (Red+Green+Blue) = 2+159+255=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #029FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FFF is #FD6000. Grayscale: #7A7A7A. Windows color (decimal): -16605185 or 16752386. OLE color: 16752386.

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

Color convert

RGB 2 159 255 -
CMYK 0.99 0.38 0 0
HSL 202.77º 1% 0.5% -
HSV(B) 202.77º 0.99% 1% -
XYZ 30.47 32.03 99.18 -
YUV 123 202.49 41.69 -
System Red Green Blue C M Y K H S L
Decimal 2 159 255 0.99 0.38 0 0 202.77 1 0.5
Hex 2 9F FF 63 26 0 0 CB 64 32
Octal 2 237 377 143 46 0 0 313 144 62
Binary 10 10011111 11111111 1100011 100110 0 0 11001011 1100100 110010

Color Harmonies of #029FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FFF

Black with #029FFF

Text Example


Text Example

White with #029FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029FFF; }

 p { color: rgb(2,159,255); }

 H1.HeaderClassName
 {
   color: #029FFF;
 }
 .AnyTagClassName
 {
   color: #029FFF;
 }
</style>

background-color css

<style>
 a { background-color: #029FFF; }

 a { background-color: rgb(2,159,255); }

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

border-color css

<style>
 span { border-color: #029FFF; }

 span { border-color: rgb(2,159,255); }

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