Shades of Cornflower Blue #5281EF
Tints of Cornflower Blue #5281EF
RGB
CMYK
RGB Variations
Color information
#5281EF (or 0x5281EF) is known color: Cornflower Blue. HEX triplet: 52, 81 and EF. RGB value is (82,129,239). Sum of RGB (Red+Green+Blue) = 82+129+239=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #5281EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5281EF is #AD7E10. Grayscale: #7F7F7F. Windows color (decimal): -11370001 or 15696210. OLE color: 15696210.
HSL color Cylindrical-coordinate representation of color #5281EF: hue angle of 222.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5281EF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 129 | 239 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.06 |
| HSL | 222.04º | 0.83% | 0.63% | - |
| HSV(B) | 222.04º | 0.66% | 0.94% | - |
| XYZ | 26.91 | 23.73 | 84.82 | - |
| YUV | 127.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 239 | 0.66 | 0.46 | 0 | 0.06 | 222.04 | 0.83 | 0.63 |
| Hex | 52 | 81 | EF | 42 | 2E | 0 | 6 | DE | 53 | 3F |
| Octal | 122 | 201 | 357 | 102 | 56 | 0 | 6 | 336 | 123 | 77 |
| Binary | 1010010 | 10000001 | 11101111 | 1000010 | 101110 | 0 | 110 | 11011110 | 1010011 | 111111 |
Color Harmonies of #5281EF
Complementary color
Monochromatic Colors of #5281EF
Black with #5281EF
Text Example
Text Example
White with #5281EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5281EF; }
p { color: rgb(82,129,239); }
H1.HeaderClassName
{
color: #5281EF;
}
.AnyTagClassName
{
color: #5281EF;
}
</style>
background-color css
<style>
a { background-color: #5281EF; }
a { background-color: rgb(82,129,239); }
div.DivClassName
{
background-color: #5281EF;
}
.BgClassName
{
background-color: #5281EF;
}
</style>
border-color css
<style>
span { border-color: #5281EF; }
span { border-color: rgb(82,129,239); }
td.TdClassName
{
border-color: #5281EF;
}
.TagClassName
{
border-color: #5281EF;
}
</style>