#72A1EE

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

Shades of Cornflower Blue #72A1EE

Tints of Cornflower Blue #72A1EE

Color information

#72A1EE (or 0x72A1EE) is unknown color: approx Cornflower Blue. HEX triplet: 72, A1 and EE. RGB value is (114,161,238). Sum of RGB (Red+Green+Blue) = 114+161+238=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #72A1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A1EE is #8D5E11. Grayscale: #9B9B9B. Windows color (decimal): -9264658 or 15638898. OLE color: 15638898.

HSL color Cylindrical-coordinate representation of color #72A1EE: hue angle of 217.26º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72A1EE is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114161238-
CMYK0.520.3200.07
HSL217.26º78.48%69.02%-
HSV(B)217.26º52.1%93.33%-
XYZ35.1235.2485.84-
YUV155.72174.4398.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.22%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=22.22%
G=31.38%
B=46.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141612380.520.3200.07217.2678.4869.02
Hex72A1EE342007d94e45
Octal162241356644007331116105
Binary1110010101000011110111011010010000001111101100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,161,238); }

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

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

 a { background-color: rgb(114,161,238); }

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

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

 span { border-color: rgb(114,161,238); }

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