#729AFC

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

Shades of Cornflower Blue #729AFC

Tints of Cornflower Blue #729AFC

Color information

#729AFC (or 0x729AFC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9A and FC. RGB value is (114,154,252). Sum of RGB (Red+Green+Blue) = 114+154+252=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #729AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729AFC is #8D6503. Grayscale: #989898. Windows color (decimal): -9266436 or 16554610. OLE color: 16554610.

HSL color Cylindrical-coordinate representation of color #729AFC: hue angle of 222.61º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729AFC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114154252-
CMYK0.550.3900.01
HSL222.61º95.83%71.76%-
HSV(B)222.61º54.76%98.82%-
XYZ36.0733.7296.7-
YUV153.21183.75100.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=21.92%
G=29.62%
B=48.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141542520.550.3900.01222.6195.8371.76
Hex729AFC372701df6048
Octal162232374674701337140110
Binary11100101001101011111100110111100111011101111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729AFC; }

 p { color: rgb(114,154,252); }

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

<style>
 a { background-color: #729AFC; }

 a { background-color: rgb(114,154,252); }

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

<style>
 span { border-color: #729AFC; }

 span { border-color: rgb(114,154,252); }

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