#72A0FA

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

Shades of Cornflower Blue #72A0FA

Tints of Cornflower Blue #72A0FA

Color information

#72A0FA (or 0x72A0FA) is unknown color: approx Cornflower Blue. HEX triplet: 72, A0 and FA. RGB value is (114,160,250). Sum of RGB (Red+Green+Blue) = 114+160+250=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #72A0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A0FA is #8D5F05. Grayscale: #9C9C9C. Windows color (decimal): -9264902 or 16425074. OLE color: 16425074.

HSL color Cylindrical-coordinate representation of color #72A0FA: hue angle of 219.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72A0FA is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114160250-
CMYK0.540.3600.02
HSL219.71º93.15%71.37%-
HSV(B)219.71º54.4%98.04%-
XYZ36.7735.6295.38-
YUV156.51180.7697.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.76%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=21.76%
G=30.53%
B=47.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141602500.540.3600.02219.7193.1571.37
Hex72A0FA362402dc5d47
Octal162240372664402334135107
Binary111001010100000111110101101101001000101101110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,160,250); }

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

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

 a { background-color: rgb(114,160,250); }

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

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

 span { border-color: rgb(114,160,250); }

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