Html Css Color HEX #429DFE Dodger Blue

📋 copy color: '#429DFE'

red 66 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #429DFE

Tints of Dodger Blue #429DFE

RGB

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

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

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

R = 13.84%
G = 32.91%
B = 53.25%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#429DFE (or 0x429DFE) is known color: Dodger Blue. HEX triplet: 42, 9D and FE. RGB value is (66,157,254). Sum of RGB (Red+Green+Blue) = 66+157+254=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #429DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429DFE is #BD6201. Grayscale: #8C8C8C. Windows color (decimal): -12411394 or 16686402. OLE color: 16686402.

HSL color Cylindrical-coordinate representation of color #429DFE: hue angle of 210.96º 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 #429DFE is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 157 254 -
CMYK 0.74 0.38 0 0.00
HSL 210.96º 0.99% 0.63% -
HSV(B) 210.96º 0.74% 1% -
XYZ 32.19 32.43 98.33 -
YUV 140.85 191.85 74.61 -
System Red Green Blue C M Y K H S L
Decimal 66 157 254 0.74 0.38 0 0.00 210.96 0.99 0.63
Hex 42 9D FE 4A 26 0 0 D3 63 3F
Octal 102 235 376 112 46 0 0 323 143 77
Binary 1000010 10011101 11111110 1001010 100110 0 0 11010011 1100011 111111

Color Harmonies of #429DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DFE

Black with #429DFE

Text Example


Text Example

White with #429DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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