Shades of Cornflower Blue #5194FF
Tints of Cornflower Blue #5194FF
RGB
CMYK
RGB Variations
Color information
#5194FF (or 0x5194FF) is known color: Cornflower Blue. HEX triplet: 51, 94 and FF. RGB value is (81,148,255). Sum of RGB (Red+Green+Blue) = 81+148+255=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #5194FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5194FF is #AE6B00. Grayscale: #8B8B8B. Windows color (decimal): -11430657 or 16749649. OLE color: 16749649.
HSL color Cylindrical-coordinate representation of color #5194FF: hue angle of 216.9º 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 #5194FF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 148 | 255 | - |
| CMYK | 0.68 | 0.42 | 0 | 0 |
| HSL | 216.9º | 1% | 0.66% | - |
| HSV(B) | 216.9º | 0.68% | 1% | - |
| XYZ | 32.03 | 30.15 | 98.74 | - |
| YUV | 140.17 | 192.8 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 255 | 0.68 | 0.42 | 0 | 0 | 216.9 | 1 | 0.66 |
| Hex | 51 | 94 | FF | 44 | 2A | 0 | 0 | D9 | 64 | 42 |
| Octal | 121 | 224 | 377 | 104 | 52 | 0 | 0 | 331 | 144 | 102 |
| Binary | 1010001 | 10010100 | 11111111 | 1000100 | 101010 | 0 | 0 | 11011001 | 1100100 | 1000010 |
Color Harmonies of #5194FF
Complementary color
Monochromatic Colors of #5194FF
Black with #5194FF
Text Example
Text Example
White with #5194FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5194FF; }
p { color: rgb(81,148,255); }
H1.HeaderClassName
{
color: #5194FF;
}
.AnyTagClassName
{
color: #5194FF;
}
</style>
background-color css
<style>
a { background-color: #5194FF; }
a { background-color: rgb(81,148,255); }
div.DivClassName
{
background-color: #5194FF;
}
.BgClassName
{
background-color: #5194FF;
}
</style>
border-color css
<style>
span { border-color: #5194FF; }
span { border-color: rgb(81,148,255); }
td.TdClassName
{
border-color: #5194FF;
}
.TagClassName
{
border-color: #5194FF;
}
</style>