Html Css Color HEX #429BCA Picton Blue

📋 copy color: '#429BCA'

red 66 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #429BCA

Tints of Picton Blue #429BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 15.6%
G = 36.64%
B = 47.75%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#429BCA (or 0x429BCA) is known color: Picton Blue. HEX triplet: 42, 9B and CA. RGB value is (66,155,202). Sum of RGB (Red+Green+Blue) = 66+155+202=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #429BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BCA is #BD6435. Grayscale: #858585. Windows color (decimal): -12411958 or 13278018. OLE color: 13278018.

HSL color Cylindrical-coordinate representation of color #429BCA: hue angle of 200.74º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429BCA is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 155 202 -
CMYK 0.67 0.23 0 0.21
HSL 200.74º 0.56% 0.53% -
HSV(B) 200.74º 0.67% 0.79% -
XYZ 24.63 28.87 60.15 -
YUV 133.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 66 155 202 0.67 0.23 0 0.21 200.74 0.56 0.53
Hex 42 9B CA 43 17 0 15 C9 38 35
Octal 102 233 312 103 27 0 25 311 70 65
Binary 1000010 10011011 11001010 1000011 10111 0 10101 11001001 111000 110101

Color Harmonies of #429BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BCA

Black with #429BCA

Text Example


Text Example

White with #429BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,155,202); }

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

background-color css

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

 a { background-color: rgb(66,155,202); }

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

border-color css

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

 span { border-color: rgb(66,155,202); }

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