#72A2FB

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

Shades of Cornflower Blue #72A2FB

Tints of Cornflower Blue #72A2FB

Color information

#72A2FB (or 0x72A2FB) is unknown color: approx Cornflower Blue. HEX triplet: 72, A2 and FB. RGB value is (114,162,251). Sum of RGB (Red+Green+Blue) = 114+162+251=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #72A2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A2FB is #8D5D04. Grayscale: #9D9D9D. Windows color (decimal): -9264389 or 16491122. OLE color: 16491122.

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

Color convert

RGB114162251-
CMYK0.550.3500.02
HSL218.98º94.48%71.57%-
HSV(B)218.98º54.58%98.43%-
XYZ37.2736.3896.32-
YUV157.79180.696.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.63%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=21.63%
G=30.74%
B=47.63%

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
Decimal1141622510.550.3500.02218.9894.4871.57
Hex72A2FB372302db5e48
Octal162242373674302333136110
Binary111001010100010111110111101111000110101101101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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