Html Css Color HEX #429ECE Picton Blue

📋 copy color: '#429ECE'

red 66 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #429ECE

Tints of Picton Blue #429ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

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

R = 15.35%
G = 36.74%
B = 47.91%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#429ECE (or 0x429ECE) is known color: Picton Blue. HEX triplet: 42, 9E and CE. RGB value is (66,158,206). Sum of RGB (Red+Green+Blue) = 66+158+206=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #429ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ECE is #BD6131. Grayscale: #878787. Windows color (decimal): -12411186 or 13540930. OLE color: 13540930.

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

Color convert

RGB 66 158 206 -
CMYK 0.68 0.23 0 0.19
HSL 200.57º 0.59% 0.53% -
HSV(B) 200.57º 0.68% 0.81% -
XYZ 25.61 30.07 62.85 -
YUV 135.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 66 158 206 0.68 0.23 0 0.19 200.57 0.59 0.53
Hex 42 9E CE 44 17 0 13 C9 3B 35
Octal 102 236 316 104 27 0 23 311 73 65
Binary 1000010 10011110 11001110 1000100 10111 0 10011 11001001 111011 110101

Color Harmonies of #429ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429ECE

Black with #429ECE

Text Example


Text Example

White with #429ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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