#73A2F1

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

Shades of Cornflower Blue #73A2F1

Tints of Cornflower Blue #73A2F1

Color information

#73A2F1 (or 0x73A2F1) is unknown color: approx Cornflower Blue. HEX triplet: 73, A2 and F1. RGB value is (115,162,241). Sum of RGB (Red+Green+Blue) = 115+162+241=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #73A2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A2F1 is #8C5D0E. Grayscale: #9C9C9C. Windows color (decimal): -9198863 or 15835763. OLE color: 15835763.

HSL color Cylindrical-coordinate representation of color #73A2F1: hue angle of 217.62º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73A2F1 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115162241-
CMYK0.520.3300.05
HSL217.62º81.82%69.8%-
HSV(B)217.62º52.28%94.51%-
XYZ35.8735.8488.25-
YUV156.95175.4398.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.20%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=22.20%
G=31.27%
B=46.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151622410.520.3300.05217.6281.8269.8
Hex73A2F1342105da5246
Octal163242361644105332122106
Binary1110011101000101111000111010010000101011101101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A2F1; }

 p { color: rgb(115,162,241); }

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

<style>
 a { background-color: #73A2F1; }

 a { background-color: rgb(115,162,241); }

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

<style>
 span { border-color: #73A2F1; }

 span { border-color: rgb(115,162,241); }

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