Shades of Cornflower Blue #5190DF
Tints of Cornflower Blue #5190DF
RGB
CMYK
RGB Variations
Color information
#5190DF (or 0x5190DF) is known color: Cornflower Blue. HEX triplet: 51, 90 and DF. RGB value is (81,144,223). Sum of RGB (Red+Green+Blue) = 81+144+223=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #5190DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190DF is #AE6F20. Grayscale: #858585. Windows color (decimal): -11431713 or 14651473. OLE color: 14651473.
HSL color Cylindrical-coordinate representation of color #5190DF: hue angle of 213.38º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5190DF is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 144 | 223 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.13 |
| HSL | 213.38º | 0.69% | 0.6% | - |
| HSV(B) | 213.38º | 0.64% | 0.87% | - |
| XYZ | 26.69 | 27.02 | 73.62 | - |
| YUV | 134.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 223 | 0.64 | 0.35 | 0 | 0.13 | 213.38 | 0.69 | 0.6 |
| Hex | 51 | 90 | DF | 40 | 23 | 0 | D | D5 | 45 | 3C |
| Octal | 121 | 220 | 337 | 100 | 43 | 0 | 15 | 325 | 105 | 74 |
| Binary | 1010001 | 10010000 | 11011111 | 1000000 | 100011 | 0 | 1101 | 11010101 | 1000101 | 111100 |
Color Harmonies of #5190DF
Complementary color
Monochromatic Colors of #5190DF
Black with #5190DF
Text Example
Text Example
White with #5190DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190DF; }
p { color: rgb(81,144,223); }
H1.HeaderClassName
{
color: #5190DF;
}
.AnyTagClassName
{
color: #5190DF;
}
</style>
background-color css
<style>
a { background-color: #5190DF; }
a { background-color: rgb(81,144,223); }
div.DivClassName
{
background-color: #5190DF;
}
.BgClassName
{
background-color: #5190DF;
}
</style>
border-color css
<style>
span { border-color: #5190DF; }
span { border-color: rgb(81,144,223); }
td.TdClassName
{
border-color: #5190DF;
}
.TagClassName
{
border-color: #5190DF;
}
</style>