Shades of Cornflower Blue #5396FA
Tints of Cornflower Blue #5396FA
RGB
CMYK
RGB Variations
Color information
#5396FA (or 0x5396FA) is known color: Cornflower Blue. HEX triplet: 53, 96 and FA. RGB value is (83,150,250). Sum of RGB (Red+Green+Blue) = 83+150+250=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #5396FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5396FA is #AC6905. Grayscale: #8C8C8C. Windows color (decimal): -11299078 or 16422483. OLE color: 16422483.
HSL color Cylindrical-coordinate representation of color #5396FA: hue angle of 215.93º degrees, saturation: 0.94, 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 #5396FA is Cyan = 0.67, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 150 | 250 | - |
| CMYK | 0.67 | 0.4 | 0 | 0.02 |
| HSL | 215.93º | 0.94% | 0.65% | - |
| HSV(B) | 215.93º | 0.67% | 0.98% | - |
| XYZ | 31.73 | 30.55 | 94.67 | - |
| YUV | 141.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 250 | 0.67 | 0.4 | 0 | 0.02 | 215.93 | 0.94 | 0.65 |
| Hex | 53 | 96 | FA | 43 | 28 | 0 | 2 | D8 | 5E | 41 |
| Octal | 123 | 226 | 372 | 103 | 50 | 0 | 2 | 330 | 136 | 101 |
| Binary | 1010011 | 10010110 | 11111010 | 1000011 | 101000 | 0 | 10 | 11011000 | 1011110 | 1000001 |
Color Harmonies of #5396FA
Complementary color
Monochromatic Colors of #5396FA
Black with #5396FA
Text Example
Text Example
White with #5396FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396FA; }
p { color: rgb(83,150,250); }
H1.HeaderClassName
{
color: #5396FA;
}
.AnyTagClassName
{
color: #5396FA;
}
</style>
background-color css
<style>
a { background-color: #5396FA; }
a { background-color: rgb(83,150,250); }
div.DivClassName
{
background-color: #5396FA;
}
.BgClassName
{
background-color: #5396FA;
}
</style>
border-color css
<style>
span { border-color: #5396FA; }
span { border-color: rgb(83,150,250); }
td.TdClassName
{
border-color: #5396FA;
}
.TagClassName
{
border-color: #5396FA;
}
</style>