Shades of Cornflower Blue #72A8FA
Tints of Cornflower Blue #72A8FA
RGB
CMYK
RGB Variations
Color information
#72A8FA (or 0x72A8FA) is known color: Cornflower Blue. HEX triplet: 72, A8 and FA. RGB value is (114,168,250). Sum of RGB (Red+Green+Blue) = 114+168+250=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #72A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A8FA is #8D5705. Grayscale: #A0A0A0. Windows color (decimal): -9262854 or 16427122. OLE color: 16427122.
HSL color Cylindrical-coordinate representation of color #72A8FA: hue angle of 216.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72A8FA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 114 | 168 | 250 | - |
CMYK | 0.54 | 0.33 | 0 | 0.02 |
HSL | 216.18º | 0.93% | 0.71% | - |
HSV(B) | 216.18º | 0.54% | 0.98% | - |
XYZ | 38.2 | 38.48 | 95.86 | - |
YUV | 161.2 | 178.11 | 94.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 168 | 250 | 0.54 | 0.33 | 0 | 0.02 | 216.18 | 0.93 | 0.71 |
Hex | 72 | A8 | FA | 36 | 21 | 0 | 2 | D8 | 5D | 47 |
Octal | 162 | 250 | 372 | 66 | 41 | 0 | 2 | 330 | 135 | 107 |
Binary | 1110010 | 10101000 | 11111010 | 110110 | 100001 | 0 | 10 | 11011000 | 1011101 | 1000111 |
Color Harmonies of #72A8FA
Complementary color
Monochromatic Colors of #72A8FA
Black with #72A8FA
Text Example
Text Example
White with #72A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8FA; }
p { color: rgb(114,168,250); }
H1.HeaderClassName
{
color: #72A8FA;
}
.AnyTagClassName
{
color: #72A8FA;
}
</style>
background-color css
<style>
a { background-color: #72A8FA; }
a { background-color: rgb(114,168,250); }
div.DivClassName
{
background-color: #72A8FA;
}
.BgClassName
{
background-color: #72A8FA;
}
</style>
border-color css
<style>
span { border-color: #72A8FA; }
span { border-color: rgb(114,168,250); }
td.TdClassName
{
border-color: #72A8FA;
}
.TagClassName
{
border-color: #72A8FA;
}
</style>