Shades of Cornflower Blue #5396F0
Tints of Cornflower Blue #5396F0
RGB
CMYK
RGB Variations
Color information
#5396F0 (or 0x5396F0) is known color: Cornflower Blue. HEX triplet: 53, 96 and F0. RGB value is (83,150,240). Sum of RGB (Red+Green+Blue) = 83+150+240=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #5396F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5396F0 is #AC690F. Grayscale: #8B8B8B. Windows color (decimal): -11299088 or 15767123. OLE color: 15767123.
HSL color Cylindrical-coordinate representation of color #5396F0: hue angle of 214.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5396F0 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 150 | 240 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.06 |
| HSL | 214.39º | 0.84% | 0.63% | - |
| HSV(B) | 214.39º | 0.65% | 0.94% | - |
| XYZ | 30.2 | 29.94 | 86.63 | - |
| YUV | 140.23 | 184.3 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 240 | 0.65 | 0.37 | 0 | 0.06 | 214.39 | 0.84 | 0.63 |
| Hex | 53 | 96 | F0 | 41 | 25 | 0 | 6 | D6 | 54 | 3F |
| Octal | 123 | 226 | 360 | 101 | 45 | 0 | 6 | 326 | 124 | 77 |
| Binary | 1010011 | 10010110 | 11110000 | 1000001 | 100101 | 0 | 110 | 11010110 | 1010100 | 111111 |
Color Harmonies of #5396F0
Complementary color
Monochromatic Colors of #5396F0
Black with #5396F0
Text Example
Text Example
White with #5396F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396F0; }
p { color: rgb(83,150,240); }
H1.HeaderClassName
{
color: #5396F0;
}
.AnyTagClassName
{
color: #5396F0;
}
</style>
background-color css
<style>
a { background-color: #5396F0; }
a { background-color: rgb(83,150,240); }
div.DivClassName
{
background-color: #5396F0;
}
.BgClassName
{
background-color: #5396F0;
}
</style>
border-color css
<style>
span { border-color: #5396F0; }
span { border-color: rgb(83,150,240); }
td.TdClassName
{
border-color: #5396F0;
}
.TagClassName
{
border-color: #5396F0;
}
</style>