Shades of Cornflower Blue #5281FC
Tints of Cornflower Blue #5281FC
RGB
CMYK
RGB Variations
Color information
#5281FC (or 0x5281FC) is known color: Cornflower Blue. HEX triplet: 52, 81 and FC. RGB value is (82,129,252). Sum of RGB (Red+Green+Blue) = 82+129+252=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #5281FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5281FC is #AD7E03. Grayscale: #808080. Windows color (decimal): -11369988 or 16548178. OLE color: 16548178.
HSL color Cylindrical-coordinate representation of color #5281FC: hue angle of 223.41º 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 #5281FC is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 129 | 252 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.01 |
| HSL | 223.41º | 0.97% | 0.65% | - |
| HSV(B) | 223.41º | 0.67% | 0.99% | - |
| XYZ | 28.9 | 24.52 | 95.31 | - |
| YUV | 128.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 252 | 0.67 | 0.49 | 0 | 0.01 | 223.41 | 0.97 | 0.65 |
| Hex | 52 | 81 | FC | 43 | 31 | 0 | 1 | DF | 61 | 41 |
| Octal | 122 | 201 | 374 | 103 | 61 | 0 | 1 | 337 | 141 | 101 |
| Binary | 1010010 | 10000001 | 11111100 | 1000011 | 110001 | 0 | 1 | 11011111 | 1100001 | 1000001 |
Color Harmonies of #5281FC
Complementary color
Monochromatic Colors of #5281FC
Black with #5281FC
Text Example
Text Example
White with #5281FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5281FC; }
p { color: rgb(82,129,252); }
H1.HeaderClassName
{
color: #5281FC;
}
.AnyTagClassName
{
color: #5281FC;
}
</style>
background-color css
<style>
a { background-color: #5281FC; }
a { background-color: rgb(82,129,252); }
div.DivClassName
{
background-color: #5281FC;
}
.BgClassName
{
background-color: #5281FC;
}
</style>
border-color css
<style>
span { border-color: #5281FC; }
span { border-color: rgb(82,129,252); }
td.TdClassName
{
border-color: #5281FC;
}
.TagClassName
{
border-color: #5281FC;
}
</style>