Shades of Cornflower Blue #5392FC
Tints of Cornflower Blue #5392FC
RGB
CMYK
RGB Variations
Color information
#5392FC (or 0x5392FC) is known color: Cornflower Blue. HEX triplet: 53, 92 and FC. RGB value is (83,146,252). Sum of RGB (Red+Green+Blue) = 83+146+252=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #5392FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5392FC is #AC6D03. Grayscale: #8A8A8A. Windows color (decimal): -11300100 or 16552531. OLE color: 16552531.
HSL color Cylindrical-coordinate representation of color #5392FC: hue angle of 217.63º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5392FC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 146 | 252 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.01 |
| HSL | 217.63º | 0.97% | 0.66% | - |
| HSV(B) | 217.63º | 0.67% | 0.99% | - |
| XYZ | 31.42 | 29.43 | 96.12 | - |
| YUV | 139.25 | 191.63 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 252 | 0.67 | 0.42 | 0 | 0.01 | 217.63 | 0.97 | 0.66 |
| Hex | 53 | 92 | FC | 43 | 2A | 0 | 1 | DA | 61 | 42 |
| Octal | 123 | 222 | 374 | 103 | 52 | 0 | 1 | 332 | 141 | 102 |
| Binary | 1010011 | 10010010 | 11111100 | 1000011 | 101010 | 0 | 1 | 11011010 | 1100001 | 1000010 |
Color Harmonies of #5392FC
Complementary color
Monochromatic Colors of #5392FC
Black with #5392FC
Text Example
Text Example
White with #5392FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392FC; }
p { color: rgb(83,146,252); }
H1.HeaderClassName
{
color: #5392FC;
}
.AnyTagClassName
{
color: #5392FC;
}
</style>
background-color css
<style>
a { background-color: #5392FC; }
a { background-color: rgb(83,146,252); }
div.DivClassName
{
background-color: #5392FC;
}
.BgClassName
{
background-color: #5392FC;
}
</style>
border-color css
<style>
span { border-color: #5392FC; }
span { border-color: rgb(83,146,252); }
td.TdClassName
{
border-color: #5392FC;
}
.TagClassName
{
border-color: #5392FC;
}
</style>