Shades of Cornflower Blue #5392FF
Tints of Cornflower Blue #5392FF
RGB
CMYK
RGB Variations
Color information
#5392FF (or 0x5392FF) is known color: Cornflower Blue. HEX triplet: 53, 92 and FF. RGB value is (83,146,255). Sum of RGB (Red+Green+Blue) = 83+146+255=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 146 (57.42% from 255 or 30.17% 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 #5392FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5392FF is #AC6D00. Grayscale: #8B8B8B. Windows color (decimal): -11300097 or 16749139. OLE color: 16749139.
HSL color Cylindrical-coordinate representation of color #5392FF: hue angle of 218.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5392FF is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 146 | 255 | - |
| CMYK | 0.67 | 0.43 | 0 | 0 |
| HSL | 218.02º | 1% | 0.66% | - |
| HSV(B) | 218.02º | 0.67% | 1% | - |
| XYZ | 31.9 | 29.62 | 98.64 | - |
| YUV | 139.59 | 193.13 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 255 | 0.67 | 0.43 | 0 | 0 | 218.02 | 1 | 0.66 |
| Hex | 53 | 92 | FF | 43 | 2B | 0 | 0 | DA | 64 | 42 |
| Octal | 123 | 222 | 377 | 103 | 53 | 0 | 0 | 332 | 144 | 102 |
| Binary | 1010011 | 10010010 | 11111111 | 1000011 | 101011 | 0 | 0 | 11011010 | 1100100 | 1000010 |
Color Harmonies of #5392FF
Complementary color
Monochromatic Colors of #5392FF
Black with #5392FF
Text Example
Text Example
White with #5392FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392FF; }
p { color: rgb(83,146,255); }
H1.HeaderClassName
{
color: #5392FF;
}
.AnyTagClassName
{
color: #5392FF;
}
</style>
background-color css
<style>
a { background-color: #5392FF; }
a { background-color: rgb(83,146,255); }
div.DivClassName
{
background-color: #5392FF;
}
.BgClassName
{
background-color: #5392FF;
}
</style>
border-color css
<style>
span { border-color: #5392FF; }
span { border-color: rgb(83,146,255); }
td.TdClassName
{
border-color: #5392FF;
}
.TagClassName
{
border-color: #5392FF;
}
</style>