Shades of Cornflower Blue #5189DE
Tints of Cornflower Blue #5189DE
RGB
CMYK
RGB Variations
Color information
#5189DE (or 0x5189DE) is known color: Cornflower Blue. HEX triplet: 51, 89 and DE. RGB value is (81,137,222). Sum of RGB (Red+Green+Blue) = 81+137+222=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #5189DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189DE is #AE7621. Grayscale: #818181. Windows color (decimal): -11433506 or 14584145. OLE color: 14584145.
HSL color Cylindrical-coordinate representation of color #5189DE: hue angle of 216.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5189DE is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 137 | 222 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.13 |
| HSL | 216.17º | 0.68% | 0.59% | - |
| HSV(B) | 216.17º | 0.64% | 0.87% | - |
| XYZ | 25.52 | 24.91 | 72.57 | - |
| YUV | 129.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 222 | 0.64 | 0.38 | 0 | 0.13 | 216.17 | 0.68 | 0.59 |
| Hex | 51 | 89 | DE | 40 | 26 | 0 | D | D8 | 44 | 3B |
| Octal | 121 | 211 | 336 | 100 | 46 | 0 | 15 | 330 | 104 | 73 |
| Binary | 1010001 | 10001001 | 11011110 | 1000000 | 100110 | 0 | 1101 | 11011000 | 1000100 | 111011 |
Color Harmonies of #5189DE
Complementary color
Monochromatic Colors of #5189DE
Black with #5189DE
Text Example
Text Example
White with #5189DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189DE; }
p { color: rgb(81,137,222); }
H1.HeaderClassName
{
color: #5189DE;
}
.AnyTagClassName
{
color: #5189DE;
}
</style>
background-color css
<style>
a { background-color: #5189DE; }
a { background-color: rgb(81,137,222); }
div.DivClassName
{
background-color: #5189DE;
}
.BgClassName
{
background-color: #5189DE;
}
</style>
border-color css
<style>
span { border-color: #5189DE; }
span { border-color: rgb(81,137,222); }
td.TdClassName
{
border-color: #5189DE;
}
.TagClassName
{
border-color: #5189DE;
}
</style>