Shades of Cornflower Blue #5391FC
Tints of Cornflower Blue #5391FC
RGB
CMYK
RGB Variations
Color information
#5391FC (or 0x5391FC) is known color: Cornflower Blue. HEX triplet: 53, 91 and FC. RGB value is (83,145,252). Sum of RGB (Red+Green+Blue) = 83+145+252=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #5391FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5391FC is #AC6E03. Grayscale: #8A8A8A. Windows color (decimal): -11300356 or 16552275. OLE color: 16552275.
HSL color Cylindrical-coordinate representation of color #5391FC: hue angle of 217.99º 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 #5391FC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 145 | 252 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.01 |
| HSL | 217.99º | 0.97% | 0.66% | - |
| HSV(B) | 217.99º | 0.67% | 0.99% | - |
| XYZ | 31.26 | 29.12 | 96.07 | - |
| YUV | 138.66 | 191.96 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 252 | 0.67 | 0.42 | 0 | 0.01 | 217.99 | 0.97 | 0.66 |
| Hex | 53 | 91 | FC | 43 | 2A | 0 | 1 | DA | 61 | 42 |
| Octal | 123 | 221 | 374 | 103 | 52 | 0 | 1 | 332 | 141 | 102 |
| Binary | 1010011 | 10010001 | 11111100 | 1000011 | 101010 | 0 | 1 | 11011010 | 1100001 | 1000010 |
Color Harmonies of #5391FC
Complementary color
Monochromatic Colors of #5391FC
Black with #5391FC
Text Example
Text Example
White with #5391FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5391FC; }
p { color: rgb(83,145,252); }
H1.HeaderClassName
{
color: #5391FC;
}
.AnyTagClassName
{
color: #5391FC;
}
</style>
background-color css
<style>
a { background-color: #5391FC; }
a { background-color: rgb(83,145,252); }
div.DivClassName
{
background-color: #5391FC;
}
.BgClassName
{
background-color: #5391FC;
}
</style>
border-color css
<style>
span { border-color: #5391FC; }
span { border-color: rgb(83,145,252); }
td.TdClassName
{
border-color: #5391FC;
}
.TagClassName
{
border-color: #5391FC;
}
</style>