Html Css Color HEX #429CCD Picton Blue

📋 copy color: '#429CCD'

red 66 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #429CCD

Tints of Picton Blue #429CCD

RGB

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

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

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

R = 15.46%
G = 36.53%
B = 48.01%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#429CCD (or 0x429CCD) is known color: Picton Blue. HEX triplet: 42, 9C and CD. RGB value is (66,156,205). Sum of RGB (Red+Green+Blue) = 66+156+205=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #429CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CCD is #BD6332. Grayscale: #868686. Windows color (decimal): -12411699 or 13474882. OLE color: 13474882.

HSL color Cylindrical-coordinate representation of color #429CCD: hue angle of 201.15º 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 #429CCD is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 156 205 -
CMYK 0.68 0.24 0 0.20
HSL 201.15º 0.58% 0.53% -
HSV(B) 201.15º 0.68% 0.8% -
XYZ 25.15 29.34 62.1 -
YUV 134.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 66 156 205 0.68 0.24 0 0.20 201.15 0.58 0.53
Hex 42 9C CD 44 18 0 14 C9 3A 35
Octal 102 234 315 104 30 0 24 311 72 65
Binary 1000010 10011100 11001101 1000100 11000 0 10100 11001001 111010 110101

Color Harmonies of #429CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CCD

Black with #429CCD

Text Example


Text Example

White with #429CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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