#72A4FD

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

Shades of Cornflower Blue #72A4FD

Tints of Cornflower Blue #72A4FD

Color information

#72A4FD (or 0x72A4FD) is unknown color: approx Cornflower Blue. HEX triplet: 72, A4 and FD. RGB value is (114,164,253). Sum of RGB (Red+Green+Blue) = 114+164+253=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #72A4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A4FD is #8D5B02. Grayscale: #9E9E9E. Windows color (decimal): -9263875 or 16622706. OLE color: 16622706.

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

Color convert

RGB114164253-
CMYK0.550.3500.01
HSL218.42º97.2%71.96%-
HSV(B)218.42º54.94%99.22%-
XYZ37.9437.2298.11-
YUV159.2180.9495.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=21.47%
G=30.89%
B=47.65%

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
Decimal1141642530.550.3500.01218.4297.271.96
Hex72A4FD372301da6148
Octal162244375674301332141110
Binary11100101010010011111101110111100011011101101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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