Shades of Cornflower Blue #5281FF
Tints of Cornflower Blue #5281FF
RGB
CMYK
RGB Variations
Color information
#5281FF (or 0x5281FF) is known color: Cornflower Blue. HEX triplet: 52, 81 and FF. RGB value is (82,129,255). Sum of RGB (Red+Green+Blue) = 82+129+255=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #5281FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5281FF is #AD7E00. Grayscale: #808080. Windows color (decimal): -11369985 or 16744786. OLE color: 16744786.
HSL color Cylindrical-coordinate representation of color #5281FF: hue angle of 223.7º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5281FF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 129 | 255 | - |
| CMYK | 0.68 | 0.49 | 0 | 0 |
| HSL | 223.7º | 1% | 0.66% | - |
| HSV(B) | 223.7º | 0.68% | 1% | - |
| XYZ | 29.38 | 24.71 | 97.83 | - |
| YUV | 129.31 | 198.93 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 255 | 0.68 | 0.49 | 0 | 0 | 223.7 | 1 | 0.66 |
| Hex | 52 | 81 | FF | 44 | 31 | 0 | 0 | E0 | 64 | 42 |
| Octal | 122 | 201 | 377 | 104 | 61 | 0 | 0 | 340 | 144 | 102 |
| Binary | 1010010 | 10000001 | 11111111 | 1000100 | 110001 | 0 | 0 | 11100000 | 1100100 | 1000010 |
Color Harmonies of #5281FF
Complementary color
Monochromatic Colors of #5281FF
Black with #5281FF
Text Example
Text Example
White with #5281FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5281FF; }
p { color: rgb(82,129,255); }
H1.HeaderClassName
{
color: #5281FF;
}
.AnyTagClassName
{
color: #5281FF;
}
</style>
background-color css
<style>
a { background-color: #5281FF; }
a { background-color: rgb(82,129,255); }
div.DivClassName
{
background-color: #5281FF;
}
.BgClassName
{
background-color: #5281FF;
}
</style>
border-color css
<style>
span { border-color: #5281FF; }
span { border-color: rgb(82,129,255); }
td.TdClassName
{
border-color: #5281FF;
}
.TagClassName
{
border-color: #5281FF;
}
</style>