Html Css Color HEX #429DCE Picton Blue

📋 copy color: '#429DCE'

red 66 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #429DCE

Tints of Picton Blue #429DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 15.38%
G = 36.6%
B = 48.02%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#429DCE (or 0x429DCE) is known color: Picton Blue. HEX triplet: 42, 9D and CE. RGB value is (66,157,206). Sum of RGB (Red+Green+Blue) = 66+157+206=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #429DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCE is #BD6231. Grayscale: #878787. Windows color (decimal): -12411442 or 13540674. OLE color: 13540674.

HSL color Cylindrical-coordinate representation of color #429DCE: hue angle of 201º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429DCE is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 157 206 -
CMYK 0.68 0.24 0 0.19
HSL 201º 0.59% 0.53% -
HSV(B) 201º 0.68% 0.81% -
XYZ 25.44 29.73 62.79 -
YUV 135.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 66 157 206 0.68 0.24 0 0.19 201 0.59 0.53
Hex 42 9D CE 44 18 0 13 C9 3B 35
Octal 102 235 316 104 30 0 23 311 73 65
Binary 1000010 10011101 11001110 1000100 11000 0 10011 11001001 111011 110101

Color Harmonies of #429DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DCE

Black with #429DCE

Text Example


Text Example

White with #429DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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