Shades of Cornflower Blue #5195FE
Tints of Cornflower Blue #5195FE
RGB
CMYK
RGB Variations
Color information
#5195FE (or 0x5195FE) is known color: Cornflower Blue. HEX triplet: 51, 95 and FE. RGB value is (81,149,254). Sum of RGB (Red+Green+Blue) = 81+149+254=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #5195FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5195FE is #AE6A01. Grayscale: #8C8C8C. Windows color (decimal): -11430402 or 16684369. OLE color: 16684369.
HSL color Cylindrical-coordinate representation of color #5195FE: hue angle of 216.42º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5195FE is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 149 | 254 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.00 |
| HSL | 216.42º | 0.99% | 0.66% | - |
| HSV(B) | 216.42º | 0.68% | 1% | - |
| XYZ | 32.03 | 30.4 | 97.95 | - |
| YUV | 140.64 | 191.97 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 254 | 0.68 | 0.41 | 0 | 0.00 | 216.42 | 0.99 | 0.66 |
| Hex | 51 | 95 | FE | 44 | 29 | 0 | 0 | D8 | 63 | 42 |
| Octal | 121 | 225 | 376 | 104 | 51 | 0 | 0 | 330 | 143 | 102 |
| Binary | 1010001 | 10010101 | 11111110 | 1000100 | 101001 | 0 | 0 | 11011000 | 1100011 | 1000010 |
Color Harmonies of #5195FE
Complementary color
Monochromatic Colors of #5195FE
Black with #5195FE
Text Example
Text Example
White with #5195FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195FE; }
p { color: rgb(81,149,254); }
H1.HeaderClassName
{
color: #5195FE;
}
.AnyTagClassName
{
color: #5195FE;
}
</style>
background-color css
<style>
a { background-color: #5195FE; }
a { background-color: rgb(81,149,254); }
div.DivClassName
{
background-color: #5195FE;
}
.BgClassName
{
background-color: #5195FE;
}
</style>
border-color css
<style>
span { border-color: #5195FE; }
span { border-color: rgb(81,149,254); }
td.TdClassName
{
border-color: #5195FE;
}
.TagClassName
{
border-color: #5195FE;
}
</style>