#72A2FF

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

Shades of Cornflower Blue #72A2FF

Tints of Cornflower Blue #72A2FF

Color information

#72A2FF (or 0x72A2FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, A2 and FF. RGB value is (114,162,255). Sum of RGB (Red+Green+Blue) = 114+162+255=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #72A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A2FF is #8D5D00. Grayscale: #9D9D9D. Windows color (decimal): -9264385 or 16753266. OLE color: 16753266.

HSL color Cylindrical-coordinate representation of color #72A2FF: hue angle of 219.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72A2FF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114162255-
CMYK0.550.3600
HSL219.57º100%72.35%-
HSV(B)219.57º55.29%100%-
XYZ37.9136.6499.68-
YUV158.25182.696.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 255 (100% from 255) = 48.02%
R=21.47%
G=30.51%
B=48.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141622550.550.3600219.5710072.35
Hex72A2FF372400dc6448
Octal162242377674400334144110
Binary11100101010001011111111110111100100001101110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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