#729AFB

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

Shades of Cornflower Blue #729AFB

Tints of Cornflower Blue #729AFB

Color information

#729AFB (or 0x729AFB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9A and FB. RGB value is (114,154,251). Sum of RGB (Red+Green+Blue) = 114+154+251=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #729AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729AFB is #8D6504. Grayscale: #989898. Windows color (decimal): -9266437 or 16489074. OLE color: 16489074.

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

Color convert

RGB114154251-
CMYK0.550.3900.02
HSL222.48º94.48%71.57%-
HSV(B)222.48º54.58%98.43%-
XYZ35.9133.6595.87-
YUV153.1183.25100.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=21.97%
G=29.67%
B=48.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141542510.550.3900.02222.4894.4871.57
Hex729AFB372702de5e48
Octal162232373674702336136110
Binary111001010011010111110111101111001110101101111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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