Shades of Cornflower Blue #5189FE
Tints of Cornflower Blue #5189FE
RGB
CMYK
RGB Variations
Color information
#5189FE (or 0x5189FE) is known color: Cornflower Blue. HEX triplet: 51, 89 and FE. RGB value is (81,137,254). Sum of RGB (Red+Green+Blue) = 81+137+254=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #5189FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5189FE is #AE7601. Grayscale: #858585. Windows color (decimal): -11433474 or 16681297. OLE color: 16681297.
HSL color Cylindrical-coordinate representation of color #5189FE: hue angle of 220.58º 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 #5189FE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 137 | 254 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.00 |
| HSL | 220.58º | 0.99% | 0.66% | - |
| HSV(B) | 220.58º | 0.68% | 1% | - |
| XYZ | 30.23 | 26.8 | 97.34 | - |
| YUV | 133.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 254 | 0.68 | 0.46 | 0 | 0.00 | 220.58 | 0.99 | 0.66 |
| Hex | 51 | 89 | FE | 44 | 2E | 0 | 0 | DD | 63 | 42 |
| Octal | 121 | 211 | 376 | 104 | 56 | 0 | 0 | 335 | 143 | 102 |
| Binary | 1010001 | 10001001 | 11111110 | 1000100 | 101110 | 0 | 0 | 11011101 | 1100011 | 1000010 |
Color Harmonies of #5189FE
Complementary color
Monochromatic Colors of #5189FE
Black with #5189FE
Text Example
Text Example
White with #5189FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189FE; }
p { color: rgb(81,137,254); }
H1.HeaderClassName
{
color: #5189FE;
}
.AnyTagClassName
{
color: #5189FE;
}
</style>
background-color css
<style>
a { background-color: #5189FE; }
a { background-color: rgb(81,137,254); }
div.DivClassName
{
background-color: #5189FE;
}
.BgClassName
{
background-color: #5189FE;
}
</style>
border-color css
<style>
span { border-color: #5189FE; }
span { border-color: rgb(81,137,254); }
td.TdClassName
{
border-color: #5189FE;
}
.TagClassName
{
border-color: #5189FE;
}
</style>