Shades of Cornflower Blue #5396FB
Tints of Cornflower Blue #5396FB
RGB
CMYK
RGB Variations
Color information
#5396FB (or 0x5396FB) is known color: Cornflower Blue. HEX triplet: 53, 96 and FB. RGB value is (83,150,251). Sum of RGB (Red+Green+Blue) = 83+150+251=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #5396FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5396FB is #AC6904. Grayscale: #8D8D8D. Windows color (decimal): -11299077 or 16488019. OLE color: 16488019.
HSL color Cylindrical-coordinate representation of color #5396FB: hue angle of 216.07º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5396FB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 150 | 251 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.02 |
| HSL | 216.07º | 0.95% | 0.65% | - |
| HSV(B) | 216.07º | 0.67% | 0.98% | - |
| XYZ | 31.89 | 30.62 | 95.5 | - |
| YUV | 141.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 251 | 0.67 | 0.40 | 0 | 0.02 | 216.07 | 0.95 | 0.65 |
| Hex | 53 | 96 | FB | 43 | 28 | 0 | 2 | D8 | 5F | 41 |
| Octal | 123 | 226 | 373 | 103 | 50 | 0 | 2 | 330 | 137 | 101 |
| Binary | 1010011 | 10010110 | 11111011 | 1000011 | 101000 | 0 | 10 | 11011000 | 1011111 | 1000001 |
Color Harmonies of #5396FB
Complementary color
Monochromatic Colors of #5396FB
Black with #5396FB
Text Example
Text Example
White with #5396FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396FB; }
p { color: rgb(83,150,251); }
H1.HeaderClassName
{
color: #5396FB;
}
.AnyTagClassName
{
color: #5396FB;
}
</style>
background-color css
<style>
a { background-color: #5396FB; }
a { background-color: rgb(83,150,251); }
div.DivClassName
{
background-color: #5396FB;
}
.BgClassName
{
background-color: #5396FB;
}
</style>
border-color css
<style>
span { border-color: #5396FB; }
span { border-color: rgb(83,150,251); }
td.TdClassName
{
border-color: #5396FB;
}
.TagClassName
{
border-color: #5396FB;
}
</style>