Html Css Color HEX #029DFC Dodger Blue

📋 copy color: '#029DFC'

red 2 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #029DFC

Tints of Dodger Blue #029DFC

RGB

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

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

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

R = 0.49%
G = 38.2%
B = 61.31%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#029DFC (or 0x029DFC) is known color: Dodger Blue. HEX triplet: 02, 9D and FC. RGB value is (2,157,252). Sum of RGB (Red+Green+Blue) = 2+157+252=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #029DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029DFC is #FD6203. Grayscale: #787878. Windows color (decimal): -16605700 or 16555266. OLE color: 16555266.

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

Color convert

RGB 2 157 252 -
CMYK 0.99 0.38 0 0.01
HSL 202.8º 0.98% 0.5% -
HSV(B) 202.8º 0.99% 0.99% -
XYZ 29.65 31.16 96.55 -
YUV 121.49 201.65 42.78 -
System Red Green Blue C M Y K H S L
Decimal 2 157 252 0.99 0.38 0 0.01 202.8 0.98 0.5
Hex 2 9D FC 63 26 0 1 CB 62 32
Octal 2 235 374 143 46 0 1 313 142 62
Binary 10 10011101 11111100 1100011 100110 0 1 11001011 1100010 110010

Color Harmonies of #029DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029DFC

Black with #029DFC

Text Example


Text Example

White with #029DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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