Html Css Color HEX #029CFE Dodger Blue

📋 copy color: '#029CFE'

red 2 ◦ green 156 ◦ blue 254

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

Shades of Dodger Blue #029CFE

Tints of Dodger Blue #029CFE

RGB

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

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

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

R = 0.49%
G = 37.86%
B = 61.65%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#029CFE (or 0x029CFE) is known color: Dodger Blue. HEX triplet: 02, 9C and FE. RGB value is (2,156,254). Sum of RGB (Red+Green+Blue) = 2+156+254=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #029CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029CFE is #FD6301. Grayscale: #787878. Windows color (decimal): -16605954 or 16686082. OLE color: 16686082.

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

Color convert

RGB 2 156 254 -
CMYK 0.99 0.39 0 0.00
HSL 203.33º 0.99% 0.5% -
HSV(B) 203.33º 0.99% 1% -
XYZ 29.8 30.95 98.17 -
YUV 121.13 202.98 43.03 -
System Red Green Blue C M Y K H S L
Decimal 2 156 254 0.99 0.39 0 0.00 203.33 0.99 0.5
Hex 2 9C FE 63 27 0 0 CB 63 32
Octal 2 234 376 143 47 0 0 313 143 62
Binary 10 10011100 11111110 1100011 100111 0 0 11001011 1100011 110010

Color Harmonies of #029CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CFE

Black with #029CFE

Text Example


Text Example

White with #029CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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