Html Css Color HEX #029DFF Dodger Blue

📋 copy color: '#029DFF'

red 2 ◦ green 157 ◦ blue 255

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

Shades of Dodger Blue #029DFF

Tints of Dodger Blue #029DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 0.48%
G = 37.92%
B = 61.59%

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

#029DFF (or 0x029DFF) is known color: Dodger Blue. HEX triplet: 02, 9D and FF. RGB value is (2,157,255). Sum of RGB (Red+Green+Blue) = 2+157+255=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #029DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029DFF is #FD6200. Grayscale: #797979. Windows color (decimal): -16605697 or 16751874. OLE color: 16751874.

HSL color Cylindrical-coordinate representation of color #029DFF: hue angle of 203.24º 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 #029DFF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 157 255 -
CMYK 0.99 0.38 0 0
HSL 203.24º 1% 0.5% -
HSV(B) 203.24º 0.99% 1% -
XYZ 30.13 31.35 99.07 -
YUV 121.83 203.15 42.53 -
System Red Green Blue C M Y K H S L
Decimal 2 157 255 0.99 0.38 0 0 203.24 1 0.5
Hex 2 9D FF 63 26 0 0 CB 64 32
Octal 2 235 377 143 46 0 0 313 144 62
Binary 10 10011101 11111111 1100011 100110 0 0 11001011 1100100 110010

Color Harmonies of #029DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029DFF

Black with #029DFF

Text Example


Text Example

White with #029DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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