Html Css Color HEX #429CFC Dodger Blue

📋 copy color: '#429CFC'

red 66 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #429CFC

Tints of Dodger Blue #429CFC

RGB

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

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

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

R = 13.92%
G = 32.91%
B = 53.16%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#429CFC (or 0x429CFC) is known color: Dodger Blue. HEX triplet: 42, 9C and FC. RGB value is (66,156,252). Sum of RGB (Red+Green+Blue) = 66+156+252=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #429CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CFC is #BD6303. Grayscale: #8B8B8B. Windows color (decimal): -12411652 or 16555074. OLE color: 16555074.

HSL color Cylindrical-coordinate representation of color #429CFC: hue angle of 210.97º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #429CFC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 156 252 -
CMYK 0.74 0.38 0 0.01
HSL 210.97º 0.97% 0.62% -
HSV(B) 210.97º 0.74% 0.99% -
XYZ 31.71 31.96 96.59 -
YUV 140.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 66 156 252 0.74 0.38 0 0.01 210.97 0.97 0.62
Hex 42 9C FC 4A 26 0 1 D3 61 3E
Octal 102 234 374 112 46 0 1 323 141 76
Binary 1000010 10011100 11111100 1001010 100110 0 1 11010011 1100001 111110

Color Harmonies of #429CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CFC

Black with #429CFC

Text Example


Text Example

White with #429CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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