Shades of Cornflower Blue #5289FF
Tints of Cornflower Blue #5289FF
RGB
CMYK
RGB Variations
Color information
#5289FF (or 0x5289FF) is known color: Cornflower Blue. HEX triplet: 52, 89 and FF. RGB value is (82,137,255). Sum of RGB (Red+Green+Blue) = 82+137+255=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #5289FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289FF is #AD7600. Grayscale: #858585. Windows color (decimal): -11367937 or 16746834. OLE color: 16746834.
HSL color Cylindrical-coordinate representation of color #5289FF: hue angle of 220.92º 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 #5289FF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 137 | 255 | - |
| CMYK | 0.68 | 0.46 | 0 | 0 |
| HSL | 220.92º | 1% | 0.66% | - |
| HSV(B) | 220.92º | 0.68% | 1% | - |
| XYZ | 30.48 | 26.91 | 98.19 | - |
| YUV | 134.01 | 196.28 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 255 | 0.68 | 0.46 | 0 | 0 | 220.92 | 1 | 0.66 |
| Hex | 52 | 89 | FF | 44 | 2E | 0 | 0 | DD | 64 | 42 |
| Octal | 122 | 211 | 377 | 104 | 56 | 0 | 0 | 335 | 144 | 102 |
| Binary | 1010010 | 10001001 | 11111111 | 1000100 | 101110 | 0 | 0 | 11011101 | 1100100 | 1000010 |
Color Harmonies of #5289FF
Complementary color
Monochromatic Colors of #5289FF
Black with #5289FF
Text Example
Text Example
White with #5289FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289FF; }
p { color: rgb(82,137,255); }
H1.HeaderClassName
{
color: #5289FF;
}
.AnyTagClassName
{
color: #5289FF;
}
</style>
background-color css
<style>
a { background-color: #5289FF; }
a { background-color: rgb(82,137,255); }
div.DivClassName
{
background-color: #5289FF;
}
.BgClassName
{
background-color: #5289FF;
}
</style>
border-color css
<style>
span { border-color: #5289FF; }
span { border-color: rgb(82,137,255); }
td.TdClassName
{
border-color: #5289FF;
}
.TagClassName
{
border-color: #5289FF;
}
</style>