#72A6FE

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

Shades of Cornflower Blue #72A6FE

Tints of Cornflower Blue #72A6FE

Color information

#72A6FE (or 0x72A6FE) is unknown color: approx Cornflower Blue. HEX triplet: 72, A6 and FE. RGB value is (114,166,254). Sum of RGB (Red+Green+Blue) = 114+166+254=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #72A6FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A6FE is #8D5901. Grayscale: #A0A0A0. Windows color (decimal): -9263362 or 16688754. OLE color: 16688754.

HSL color Cylindrical-coordinate representation of color #72A6FE: hue angle of 217.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72A6FE is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB114166254-
CMYK0.550.3500.00
HSL217.71º98.59%72.16%-
HSV(B)217.71º55.12%99.61%-
XYZ38.4738.0199.07-
YUV160.48180.7794.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.35%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=21.35%
G=31.09%
B=47.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1141662540.550.3500.00217.7198.5972.16
Hex72A6FE372300da6348
Octal162246376674300332143110
Binary11100101010011011111110110111100011001101101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,254); }

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

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

 a { background-color: rgb(114,166,254); }

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

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

 span { border-color: rgb(114,166,254); }

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