Shades of Cornflower Blue #5289FE
Tints of Cornflower Blue #5289FE
RGB
CMYK
RGB Variations
Color information
#5289FE (or 0x5289FE) is known color: Cornflower Blue. HEX triplet: 52, 89 and FE. RGB value is (82,137,254). Sum of RGB (Red+Green+Blue) = 82+137+254=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #5289FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289FE is #AD7601. Grayscale: #858585. Windows color (decimal): -11367938 or 16681298. OLE color: 16681298.
HSL color Cylindrical-coordinate representation of color #5289FE: hue angle of 220.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5289FE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 137 | 254 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.00 |
| HSL | 220.81º | 0.99% | 0.66% | - |
| HSV(B) | 220.81º | 0.68% | 1% | - |
| XYZ | 30.31 | 26.84 | 97.35 | - |
| YUV | 133.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 254 | 0.68 | 0.46 | 0 | 0.00 | 220.81 | 0.99 | 0.66 |
| Hex | 52 | 89 | FE | 44 | 2E | 0 | 0 | DD | 63 | 42 |
| Octal | 122 | 211 | 376 | 104 | 56 | 0 | 0 | 335 | 143 | 102 |
| Binary | 1010010 | 10001001 | 11111110 | 1000100 | 101110 | 0 | 0 | 11011101 | 1100011 | 1000010 |
Color Harmonies of #5289FE
Complementary color
Monochromatic Colors of #5289FE
Black with #5289FE
Text Example
Text Example
White with #5289FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289FE; }
p { color: rgb(82,137,254); }
H1.HeaderClassName
{
color: #5289FE;
}
.AnyTagClassName
{
color: #5289FE;
}
</style>
background-color css
<style>
a { background-color: #5289FE; }
a { background-color: rgb(82,137,254); }
div.DivClassName
{
background-color: #5289FE;
}
.BgClassName
{
background-color: #5289FE;
}
</style>
border-color css
<style>
span { border-color: #5289FE; }
span { border-color: rgb(82,137,254); }
td.TdClassName
{
border-color: #5289FE;
}
.TagClassName
{
border-color: #5289FE;
}
</style>