Shades of Cornflower Blue #72A5FE
Tints of Cornflower Blue #72A5FE
RGB
CMYK
RGB Variations
Color information
#72A5FE (or 0x72A5FE) is known color: Cornflower Blue. HEX triplet: 72, A5 and FE. RGB value is (114,165,254). Sum of RGB (Red+Green+Blue) = 114+165+254=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #72A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A5FE is #8D5A01. Grayscale: #9F9F9F. Windows color (decimal): -9263618 or 16688498. OLE color: 16688498.
HSL color Cylindrical-coordinate representation of color #72A5FE: hue angle of 218.14º 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 #72A5FE is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 165 | 254 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.00 |
| HSL | 218.14º | 0.99% | 0.72% | - |
| HSV(B) | 218.14º | 0.55% | 1% | - |
| XYZ | 38.28 | 37.64 | 99.01 | - |
| YUV | 159.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 254 | 0.55 | 0.35 | 0 | 0.00 | 218.14 | 0.99 | 0.72 |
| Hex | 72 | A5 | FE | 37 | 23 | 0 | 0 | DA | 63 | 48 |
| Octal | 162 | 245 | 376 | 67 | 43 | 0 | 0 | 332 | 143 | 110 |
| Binary | 1110010 | 10100101 | 11111110 | 110111 | 100011 | 0 | 0 | 11011010 | 1100011 | 1001000 |
Color Harmonies of #72A5FE
Complementary color
Monochromatic Colors of #72A5FE
Black with #72A5FE
Text Example
Text Example
White with #72A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A5FE; }
p { color: rgb(114,165,254); }
H1.HeaderClassName
{
color: #72A5FE;
}
.AnyTagClassName
{
color: #72A5FE;
}
</style>
background-color css
<style>
a { background-color: #72A5FE; }
a { background-color: rgb(114,165,254); }
div.DivClassName
{
background-color: #72A5FE;
}
.BgClassName
{
background-color: #72A5FE;
}
</style>
border-color css
<style>
span { border-color: #72A5FE; }
span { border-color: rgb(114,165,254); }
td.TdClassName
{
border-color: #72A5FE;
}
.TagClassName
{
border-color: #72A5FE;
}
</style>