#72A2F3

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

Shades of Cornflower Blue #72A2F3

Tints of Cornflower Blue #72A2F3

Color information

#72A2F3 (or 0x72A2F3) is unknown color: approx Cornflower Blue. HEX triplet: 72, A2 and F3. RGB value is (114,162,243). Sum of RGB (Red+Green+Blue) = 114+162+243=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #72A2F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A2F3 is #8D5D0C. Grayscale: #9C9C9C. Windows color (decimal): -9264397 or 15966834. OLE color: 15966834.

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

Color convert

RGB114162243-
CMYK0.530.3300.05
HSL217.67º84.31%70%-
HSV(B)217.67º53.09%95.29%-
XYZ36.0435.8989.82-
YUV156.88176.697.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 243 (95.31% from 255) = 46.82%
R=21.97%
G=31.21%
B=46.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141622430.530.3300.05217.6784.3170
Hex72A2F3352105da5446
Octal162242363654105332124106
Binary1110010101000101111001111010110000101011101101010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,162,243); }

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

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

 a { background-color: rgb(114,162,243); }

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

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

 span { border-color: rgb(114,162,243); }

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