Shades of Cornflower Blue #5396FE
Tints of Cornflower Blue #5396FE
RGB
CMYK
RGB Variations
Color information
#5396FE (or 0x5396FE) is known color: Cornflower Blue. HEX triplet: 53, 96 and FE. RGB value is (83,150,254). Sum of RGB (Red+Green+Blue) = 83+150+254=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #5396FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5396FE is #AC6901. Grayscale: #8D8D8D. Windows color (decimal): -11299074 or 16684627. OLE color: 16684627.
HSL color Cylindrical-coordinate representation of color #5396FE: hue angle of 216.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5396FE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 150 | 254 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.00 |
| HSL | 216.49º | 0.99% | 0.66% | - |
| HSV(B) | 216.49º | 0.67% | 1% | - |
| XYZ | 32.36 | 30.81 | 98.01 | - |
| YUV | 141.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 254 | 0.67 | 0.41 | 0 | 0.00 | 216.49 | 0.99 | 0.66 |
| Hex | 53 | 96 | FE | 43 | 29 | 0 | 0 | D8 | 63 | 42 |
| Octal | 123 | 226 | 376 | 103 | 51 | 0 | 0 | 330 | 143 | 102 |
| Binary | 1010011 | 10010110 | 11111110 | 1000011 | 101001 | 0 | 0 | 11011000 | 1100011 | 1000010 |
Color Harmonies of #5396FE
Complementary color
Monochromatic Colors of #5396FE
Black with #5396FE
Text Example
Text Example
White with #5396FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396FE; }
p { color: rgb(83,150,254); }
H1.HeaderClassName
{
color: #5396FE;
}
.AnyTagClassName
{
color: #5396FE;
}
</style>
background-color css
<style>
a { background-color: #5396FE; }
a { background-color: rgb(83,150,254); }
div.DivClassName
{
background-color: #5396FE;
}
.BgClassName
{
background-color: #5396FE;
}
</style>
border-color css
<style>
span { border-color: #5396FE; }
span { border-color: rgb(83,150,254); }
td.TdClassName
{
border-color: #5396FE;
}
.TagClassName
{
border-color: #5396FE;
}
</style>