Shades of Cornflower Blue #52ABFC
Tints of Cornflower Blue #52ABFC
RGB
CMYK
RGB Variations
Color information
#52ABFC (or 0x52ABFC) is known color: Cornflower Blue. HEX triplet: 52, AB and FC. RGB value is (82,171,252). Sum of RGB (Red+Green+Blue) = 82+171+252=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #52ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ABFC is #AD5403. Grayscale: #999999. Windows color (decimal): -11359236 or 16558930. OLE color: 16558930.
HSL color Cylindrical-coordinate representation of color #52ABFC: hue angle of 208.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52ABFC is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 171 | 252 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.01 |
| HSL | 208.59º | 0.97% | 0.65% | - |
| HSV(B) | 208.59º | 0.67% | 0.99% | - |
| XYZ | 35.61 | 37.95 | 97.54 | - |
| YUV | 153.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 252 | 0.67 | 0.32 | 0 | 0.01 | 208.59 | 0.97 | 0.65 |
| Hex | 52 | AB | FC | 43 | 20 | 0 | 1 | D1 | 61 | 41 |
| Octal | 122 | 253 | 374 | 103 | 40 | 0 | 1 | 321 | 141 | 101 |
| Binary | 1010010 | 10101011 | 11111100 | 1000011 | 100000 | 0 | 1 | 11010001 | 1100001 | 1000001 |
Color Harmonies of #52ABFC
Complementary color
Monochromatic Colors of #52ABFC
Black with #52ABFC
Text Example
Text Example
White with #52ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABFC; }
p { color: rgb(82,171,252); }
H1.HeaderClassName
{
color: #52ABFC;
}
.AnyTagClassName
{
color: #52ABFC;
}
</style>
background-color css
<style>
a { background-color: #52ABFC; }
a { background-color: rgb(82,171,252); }
div.DivClassName
{
background-color: #52ABFC;
}
.BgClassName
{
background-color: #52ABFC;
}
</style>
border-color css
<style>
span { border-color: #52ABFC; }
span { border-color: rgb(82,171,252); }
td.TdClassName
{
border-color: #52ABFC;
}
.TagClassName
{
border-color: #52ABFC;
}
</style>