#72A4FB

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

Shades of Cornflower Blue #72A4FB

Tints of Cornflower Blue #72A4FB

Color information

#72A4FB (or 0x72A4FB) is unknown color: approx Cornflower Blue. HEX triplet: 72, A4 and FB. RGB value is (114,164,251). Sum of RGB (Red+Green+Blue) = 114+164+251=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #72A4FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A4FB is #8D5B04. Grayscale: #9E9E9E. Windows color (decimal): -9263877 or 16491634. OLE color: 16491634.

HSL color Cylindrical-coordinate representation of color #72A4FB: hue angle of 218.1º 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 #72A4FB is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114164251-
CMYK0.550.3500.02
HSL218.1º94.48%71.57%-
HSV(B)218.1º54.58%98.43%-
XYZ37.6337.0996.44-
YUV158.97179.9495.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.55%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=21.55%
G=31.00%
B=47.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141642510.550.3500.02218.194.4871.57
Hex72A4FB372302da5e48
Octal162244373674302332136110
Binary111001010100100111110111101111000110101101101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A4FB; }

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

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

<style>
 a { background-color: #72A4FB; }

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

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

<style>
 span { border-color: #72A4FB; }

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

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