Shades of Cornflower Blue #519DF3
Tints of Cornflower Blue #519DF3
RGB
CMYK
RGB Variations
Color information
#519DF3 (or 0x519DF3) is known color: Cornflower Blue. HEX triplet: 51, 9D and F3. RGB value is (81,157,243). Sum of RGB (Red+Green+Blue) = 81+157+243=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #519DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DF3 is #AE620C. Grayscale: #8F8F8F. Windows color (decimal): -11428365 or 15965521. OLE color: 15965521.
HSL color Cylindrical-coordinate representation of color #519DF3: hue angle of 211.85º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519DF3 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 157 | 243 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.05 |
| HSL | 211.85º | 0.87% | 0.64% | - |
| HSV(B) | 211.85º | 0.67% | 0.95% | - |
| XYZ | 31.63 | 32.33 | 89.37 | - |
| YUV | 144.08 | 183.82 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 243 | 0.67 | 0.35 | 0 | 0.05 | 211.85 | 0.87 | 0.64 |
| Hex | 51 | 9D | F3 | 43 | 23 | 0 | 5 | D4 | 57 | 40 |
| Octal | 121 | 235 | 363 | 103 | 43 | 0 | 5 | 324 | 127 | 100 |
| Binary | 1010001 | 10011101 | 11110011 | 1000011 | 100011 | 0 | 101 | 11010100 | 1010111 | 1000000 |
Color Harmonies of #519DF3
Complementary color
Monochromatic Colors of #519DF3
Black with #519DF3
Text Example
Text Example
White with #519DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DF3; }
p { color: rgb(81,157,243); }
H1.HeaderClassName
{
color: #519DF3;
}
.AnyTagClassName
{
color: #519DF3;
}
</style>
background-color css
<style>
a { background-color: #519DF3; }
a { background-color: rgb(81,157,243); }
div.DivClassName
{
background-color: #519DF3;
}
.BgClassName
{
background-color: #519DF3;
}
</style>
border-color css
<style>
span { border-color: #519DF3; }
span { border-color: rgb(81,157,243); }
td.TdClassName
{
border-color: #519DF3;
}
.TagClassName
{
border-color: #519DF3;
}
</style>