Shades of Cornflower Blue #5195FF
Tints of Cornflower Blue #5195FF
RGB
CMYK
RGB Variations
Color information
#5195FF (or 0x5195FF) is known color: Cornflower Blue. HEX triplet: 51, 95 and FF. RGB value is (81,149,255). Sum of RGB (Red+Green+Blue) = 81+149+255=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5195FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5195FF is #AE6A00. Grayscale: #8C8C8C. Windows color (decimal): -11430401 or 16749905. OLE color: 16749905.
HSL color Cylindrical-coordinate representation of color #5195FF: hue angle of 216.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5195FF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 149 | 255 | - |
| CMYK | 0.68 | 0.42 | 0 | 0 |
| HSL | 216.55º | 1% | 0.66% | - |
| HSV(B) | 216.55º | 0.68% | 1% | - |
| XYZ | 32.19 | 30.46 | 98.79 | - |
| YUV | 140.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 255 | 0.68 | 0.42 | 0 | 0 | 216.55 | 1 | 0.66 |
| Hex | 51 | 95 | FF | 44 | 2A | 0 | 0 | D9 | 64 | 42 |
| Octal | 121 | 225 | 377 | 104 | 52 | 0 | 0 | 331 | 144 | 102 |
| Binary | 1010001 | 10010101 | 11111111 | 1000100 | 101010 | 0 | 0 | 11011001 | 1100100 | 1000010 |
Color Harmonies of #5195FF
Complementary color
Monochromatic Colors of #5195FF
Black with #5195FF
Text Example
Text Example
White with #5195FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195FF; }
p { color: rgb(81,149,255); }
H1.HeaderClassName
{
color: #5195FF;
}
.AnyTagClassName
{
color: #5195FF;
}
</style>
background-color css
<style>
a { background-color: #5195FF; }
a { background-color: rgb(81,149,255); }
div.DivClassName
{
background-color: #5195FF;
}
.BgClassName
{
background-color: #5195FF;
}
</style>
border-color css
<style>
span { border-color: #5195FF; }
span { border-color: rgb(81,149,255); }
td.TdClassName
{
border-color: #5195FF;
}
.TagClassName
{
border-color: #5195FF;
}
</style>