Shades of Cornflower Blue #518AF9
Tints of Cornflower Blue #518AF9
RGB
CMYK
RGB Variations
Color information
#518AF9 (or 0x518AF9) is known color: Cornflower Blue. HEX triplet: 51, 8A and F9. RGB value is (81,138,249). Sum of RGB (Red+Green+Blue) = 81+138+249=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #518AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AF9 is #AE7506. Grayscale: #858585. Windows color (decimal): -11433223 or 16353873. OLE color: 16353873.
HSL color Cylindrical-coordinate representation of color #518AF9: hue angle of 219.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #518AF9 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 138 | 249 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.02 |
| HSL | 219.64º | 0.93% | 0.65% | - |
| HSV(B) | 219.64º | 0.67% | 0.98% | - |
| XYZ | 29.58 | 26.77 | 93.23 | - |
| YUV | 133.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 249 | 0.67 | 0.45 | 0 | 0.02 | 219.64 | 0.93 | 0.65 |
| Hex | 51 | 8A | F9 | 43 | 2D | 0 | 2 | DC | 5D | 41 |
| Octal | 121 | 212 | 371 | 103 | 55 | 0 | 2 | 334 | 135 | 101 |
| Binary | 1010001 | 10001010 | 11111001 | 1000011 | 101101 | 0 | 10 | 11011100 | 1011101 | 1000001 |
Color Harmonies of #518AF9
Complementary color
Monochromatic Colors of #518AF9
Black with #518AF9
Text Example
Text Example
White with #518AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AF9; }
p { color: rgb(81,138,249); }
H1.HeaderClassName
{
color: #518AF9;
}
.AnyTagClassName
{
color: #518AF9;
}
</style>
background-color css
<style>
a { background-color: #518AF9; }
a { background-color: rgb(81,138,249); }
div.DivClassName
{
background-color: #518AF9;
}
.BgClassName
{
background-color: #518AF9;
}
</style>
border-color css
<style>
span { border-color: #518AF9; }
span { border-color: rgb(81,138,249); }
td.TdClassName
{
border-color: #518AF9;
}
.TagClassName
{
border-color: #518AF9;
}
</style>