Shades of Cornflower Blue #5184FF
Tints of Cornflower Blue #5184FF
RGB
CMYK
RGB Variations
Color information
#5184FF (or 0x5184FF) is known color: Cornflower Blue. HEX triplet: 51, 84 and FF. RGB value is (81,132,255). Sum of RGB (Red+Green+Blue) = 81+132+255=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #5184FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184FF is #AE7B00. Grayscale: #828282. Windows color (decimal): -11434753 or 16745553. OLE color: 16745553.
HSL color Cylindrical-coordinate representation of color #5184FF: hue angle of 222.41º 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 #5184FF is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 132 | 255 | - |
| CMYK | 0.68 | 0.48 | 0 | 0 |
| HSL | 222.41º | 1% | 0.66% | - |
| HSV(B) | 222.41º | 0.68% | 1% | - |
| XYZ | 29.69 | 25.47 | 97.96 | - |
| YUV | 130.77 | 198.1 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 255 | 0.68 | 0.48 | 0 | 0 | 222.41 | 1 | 0.66 |
| Hex | 51 | 84 | FF | 44 | 30 | 0 | 0 | DE | 64 | 42 |
| Octal | 121 | 204 | 377 | 104 | 60 | 0 | 0 | 336 | 144 | 102 |
| Binary | 1010001 | 10000100 | 11111111 | 1000100 | 110000 | 0 | 0 | 11011110 | 1100100 | 1000010 |
Color Harmonies of #5184FF
Complementary color
Monochromatic Colors of #5184FF
Black with #5184FF
Text Example
Text Example
White with #5184FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5184FF; }
p { color: rgb(81,132,255); }
H1.HeaderClassName
{
color: #5184FF;
}
.AnyTagClassName
{
color: #5184FF;
}
</style>
background-color css
<style>
a { background-color: #5184FF; }
a { background-color: rgb(81,132,255); }
div.DivClassName
{
background-color: #5184FF;
}
.BgClassName
{
background-color: #5184FF;
}
</style>
border-color css
<style>
span { border-color: #5184FF; }
span { border-color: rgb(81,132,255); }
td.TdClassName
{
border-color: #5184FF;
}
.TagClassName
{
border-color: #5184FF;
}
</style>