Html Css Color HEX #029CF6 Dodger Blue

📋 copy color: '#029CF6'

red 2 ◦ green 156 ◦ blue 246

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

Shades of Dodger Blue #029CF6

Tints of Dodger Blue #029CF6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

 BLUE value IS 246 (96.48% from 255) = 60.89%

R = 0.5%
G = 38.61%
B = 60.89%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#029CF6 (or 0x029CF6) is known color: Dodger Blue. HEX triplet: 02, 9C and F6. RGB value is (2,156,246). Sum of RGB (Red+Green+Blue) = 2+156+246=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #029CF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029CF6 is #FD6309. Grayscale: #777777. Windows color (decimal): -16605962 or 16161794. OLE color: 16161794.

HSL color Cylindrical-coordinate representation of color #029CF6: hue angle of 202.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CF6 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 156 246 -
CMYK 0.99 0.37 0 0.04
HSL 202.13º 0.98% 0.49% -
HSV(B) 202.13º 0.99% 0.96% -
XYZ 28.55 30.44 91.56 -
YUV 120.21 198.98 43.68 -
System Red Green Blue C M Y K H S L
Decimal 2 156 246 0.99 0.37 0 0.04 202.13 0.98 0.49
Hex 2 9C F6 63 25 0 4 CA 62 31
Octal 2 234 366 143 45 0 4 312 142 61
Binary 10 10011100 11110110 1100011 100101 0 100 11001010 1100010 110001

Color Harmonies of #029CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CF6

Black with #029CF6

Text Example


Text Example

White with #029CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,156,246); }

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

background-color css

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

 a { background-color: rgb(2,156,246); }

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

border-color css

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

 span { border-color: rgb(2,156,246); }

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