Shades of Cornflower Blue #519CF1
Tints of Cornflower Blue #519CF1
RGB
CMYK
RGB Variations
Color information
#519CF1 (or 0x519CF1) is known color: Cornflower Blue. HEX triplet: 51, 9C and F1. RGB value is (81,156,241). Sum of RGB (Red+Green+Blue) = 81+156+241=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #519CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519CF1 is #AE630E. Grayscale: #8E8E8E. Windows color (decimal): -11428623 or 15834193. OLE color: 15834193.
HSL color Cylindrical-coordinate representation of color #519CF1: hue angle of 211.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519CF1 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 156 | 241 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.05 |
| HSL | 211.88º | 0.85% | 0.63% | - |
| HSV(B) | 211.88º | 0.66% | 0.95% | - |
| XYZ | 31.16 | 31.88 | 87.73 | - |
| YUV | 143.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 241 | 0.66 | 0.35 | 0 | 0.05 | 211.88 | 0.85 | 0.63 |
| Hex | 51 | 9C | F1 | 42 | 23 | 0 | 5 | D4 | 55 | 3F |
| Octal | 121 | 234 | 361 | 102 | 43 | 0 | 5 | 324 | 125 | 77 |
| Binary | 1010001 | 10011100 | 11110001 | 1000010 | 100011 | 0 | 101 | 11010100 | 1010101 | 111111 |
Color Harmonies of #519CF1
Complementary color
Monochromatic Colors of #519CF1
Black with #519CF1
Text Example
Text Example
White with #519CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CF1; }
p { color: rgb(81,156,241); }
H1.HeaderClassName
{
color: #519CF1;
}
.AnyTagClassName
{
color: #519CF1;
}
</style>
background-color css
<style>
a { background-color: #519CF1; }
a { background-color: rgb(81,156,241); }
div.DivClassName
{
background-color: #519CF1;
}
.BgClassName
{
background-color: #519CF1;
}
</style>
border-color css
<style>
span { border-color: #519CF1; }
span { border-color: rgb(81,156,241); }
td.TdClassName
{
border-color: #519CF1;
}
.TagClassName
{
border-color: #519CF1;
}
</style>