Html Css Color HEX #429BCB Picton Blue

📋 copy color: '#429BCB'

red 66 ◦ green 155 ◦ blue 203

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

Shades of Picton Blue #429BCB

Tints of Picton Blue #429BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 15.57%
G = 36.56%
B = 47.88%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#429BCB (or 0x429BCB) is known color: Picton Blue. HEX triplet: 42, 9B and CB. RGB value is (66,155,203). Sum of RGB (Red+Green+Blue) = 66+155+203=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #429BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BCB is #BD6434. Grayscale: #858585. Windows color (decimal): -12411957 or 13343554. OLE color: 13343554.

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

Color convert

RGB 66 155 203 -
CMYK 0.67 0.24 0 0.20
HSL 201.02º 0.57% 0.53% -
HSV(B) 201.02º 0.67% 0.8% -
XYZ 24.75 28.91 60.78 -
YUV 133.86 167.01 79.6 -
System Red Green Blue C M Y K H S L
Decimal 66 155 203 0.67 0.24 0 0.20 201.02 0.57 0.53
Hex 42 9B CB 43 18 0 14 C9 39 35
Octal 102 233 313 103 30 0 24 311 71 65
Binary 1000010 10011011 11001011 1000011 11000 0 10100 11001001 111001 110101

Color Harmonies of #429BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BCB

Black with #429BCB

Text Example


Text Example

White with #429BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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