#72A5FD

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

Shades of Cornflower Blue #72A5FD

Tints of Cornflower Blue #72A5FD

Color information

#72A5FD (or 0x72A5FD) is unknown color: approx Cornflower Blue. HEX triplet: 72, A5 and FD. RGB value is (114,165,253). Sum of RGB (Red+Green+Blue) = 114+165+253=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #72A5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A5FD is #8D5A02. Grayscale: #9F9F9F. Windows color (decimal): -9263619 or 16622962. OLE color: 16622962.

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

Color convert

RGB114165253-
CMYK0.550.3500.01
HSL217.99º97.2%71.96%-
HSV(B)217.99º54.94%99.22%-
XYZ38.1237.5898.17-
YUV159.78180.695.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.43%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=21.43%
G=31.02%
B=47.56%

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
Decimal1141652530.550.3500.01217.9997.271.96
Hex72A5FD372301da6148
Octal162245375674301332141110
Binary11100101010010111111101110111100011011101101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,253); }

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

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

 a { background-color: rgb(114,165,253); }

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

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

 span { border-color: rgb(114,165,253); }

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