#72A3FC

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

Shades of Cornflower Blue #72A3FC

Tints of Cornflower Blue #72A3FC

Color information

#72A3FC (or 0x72A3FC) is unknown color: approx Cornflower Blue. HEX triplet: 72, A3 and FC. RGB value is (114,163,252). Sum of RGB (Red+Green+Blue) = 114+163+252=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #72A3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A3FC is #8D5C03. Grayscale: #9E9E9E. Windows color (decimal): -9264132 or 16556914. OLE color: 16556914.

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

Color convert

RGB114163252-
CMYK0.550.3500.01
HSL218.7º95.83%71.76%-
HSV(B)218.7º54.76%98.82%-
XYZ37.6136.897.22-
YUV158.5180.7796.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.55%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=21.55%
G=30.81%
B=47.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141632520.550.3500.01218.795.8371.76
Hex72A3FC372301db6048
Octal162243374674301333140110
Binary11100101010001111111100110111100011011101101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,163,252); }

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

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

 a { background-color: rgb(114,163,252); }

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

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

 span { border-color: rgb(114,163,252); }

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