#429AD7

Color #429AD7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #429AD7

Tints of Picton Blue #429AD7

Color information

#429AD7 (or 0x429AD7) is unknown color: approx Picton Blue. HEX triplet: 42, 9A and D7. RGB value is (66,154,215). Sum of RGB (Red+Green+Blue) = 66+154+215=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #429AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429AD7 is #BD6528. Grayscale: #868686. Windows color (decimal): -12412201 or 14129730. OLE color: 14129730.

HSL color Cylindrical-coordinate representation of color #429AD7: hue angle of 204.56º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429AD7 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66154215-
CMYK0.690.2800.16
HSL204.56º65.07%55.1%-
HSV(B)204.56º69.3%84.31%-
XYZ26.0729.1868.55-
YUV134.64173.3579.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 215 (84.38% from 255) = 49.43%
R=15.17%
G=35.40%
B=49.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661542150.690.2800.16204.5665.0755.1
Hex429AD7451C010cd4137
Octal1022323271053402031510167
Binary10000101001101011010111100010111100010000110011011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,154,215); }

 H1.HeaderClassName
 {
   color: #429AD7;
 }
 .AnyTagClassName
 {
   color: #429AD7;
 }
</style>
background-color css

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

 a { background-color: rgb(66,154,215); }

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

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

 span { border-color: rgb(66,154,215); }

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