#429AF7

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

Shades of Cornflower Blue #429AF7

Tints of Cornflower Blue #429AF7

Color information

#429AF7 (or 0x429AF7) is unknown color: approx Cornflower Blue. HEX triplet: 42, 9A and F7. RGB value is (66,154,247). Sum of RGB (Red+Green+Blue) = 66+154+247=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #429AF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429AF7 is #BD6508. Grayscale: #898989. Windows color (decimal): -12412169 or 16226882. OLE color: 16226882.

HSL color Cylindrical-coordinate representation of color #429AF7: hue angle of 210.83º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429AF7 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB66154247-
CMYK0.730.3800.03
HSL210.83º91.88%61.37%-
HSV(B)210.83º73.28%96.86%-
XYZ30.5930.9892.36-
YUV138.29189.3576.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.13%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 247 (96.88% from 255) = 52.89%
R=14.13%
G=32.98%
B=52.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal661542470.730.3800.03210.8391.8861.37
Hex429AF7492603d35c3d
Octal102232367111460332313475
Binary100001010011010111101111001001100110011110100111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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