Html Css Color HEX #429DCD Picton Blue

📋 copy color: '#429DCD'

red 66 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #429DCD

Tints of Picton Blue #429DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 15.42%
G = 36.68%
B = 47.9%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#429DCD (or 0x429DCD) is known color: Picton Blue. HEX triplet: 42, 9D and CD. RGB value is (66,157,205). Sum of RGB (Red+Green+Blue) = 66+157+205=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #429DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCD is #BD6232. Grayscale: #868686. Windows color (decimal): -12411443 or 13475138. OLE color: 13475138.

HSL color Cylindrical-coordinate representation of color #429DCD: hue angle of 200.72º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429DCD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 157 205 -
CMYK 0.68 0.23 0 0.20
HSL 200.72º 0.58% 0.53% -
HSV(B) 200.72º 0.68% 0.8% -
XYZ 25.32 29.68 62.15 -
YUV 135.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 66 157 205 0.68 0.23 0 0.20 200.72 0.58 0.53
Hex 42 9D CD 44 17 0 14 C9 3A 35
Octal 102 235 315 104 27 0 24 311 72 65
Binary 1000010 10011101 11001101 1000100 10111 0 10100 11001001 111010 110101

Color Harmonies of #429DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DCD

Black with #429DCD

Text Example


Text Example

White with #429DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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