Html Css Color HEX #429CFE Dodger Blue

📋 copy color: '#429CFE'

red 66 ◦ green 156 ◦ blue 254

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

Shades of Dodger Blue #429CFE

Tints of Dodger Blue #429CFE

RGB

 RED value IS 66 (26.17% from 255) = 13.87%

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

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

R = 13.87%
G = 32.77%
B = 53.36%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#429CFE (or 0x429CFE) is known color: Dodger Blue. HEX triplet: 42, 9C and FE. RGB value is (66,156,254). Sum of RGB (Red+Green+Blue) = 66+156+254=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #429CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CFE is #BD6301. Grayscale: #8B8B8B. Windows color (decimal): -12411650 or 16686146. OLE color: 16686146.

HSL color Cylindrical-coordinate representation of color #429CFE: hue angle of 211.28º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #429CFE is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 156 254 -
CMYK 0.74 0.39 0 0.00
HSL 211.28º 0.99% 0.63% -
HSV(B) 211.28º 0.74% 1% -
XYZ 32.02 32.09 98.27 -
YUV 140.26 192.18 75.03 -
System Red Green Blue C M Y K H S L
Decimal 66 156 254 0.74 0.39 0 0.00 211.28 0.99 0.63
Hex 42 9C FE 4A 27 0 0 D3 63 3F
Octal 102 234 376 112 47 0 0 323 143 77
Binary 1000010 10011100 11111110 1001010 100111 0 0 11010011 1100011 111111

Color Harmonies of #429CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CFE

Black with #429CFE

Text Example


Text Example

White with #429CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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