Shades of Cornflower Blue #5398F6
Tints of Cornflower Blue #5398F6
RGB
CMYK
RGB Variations
Color information
#5398F6 (or 0x5398F6) is known color: Cornflower Blue. HEX triplet: 53, 98 and F6. RGB value is (83,152,246). Sum of RGB (Red+Green+Blue) = 83+152+246=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #5398F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5398F6 is #AC6709. Grayscale: #8D8D8D. Windows color (decimal): -11298570 or 16160851. OLE color: 16160851.
HSL color Cylindrical-coordinate representation of color #5398F6: hue angle of 214.6º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5398F6 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 152 | 246 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.04 |
| HSL | 214.6º | 0.9% | 0.65% | - |
| HSV(B) | 214.6º | 0.66% | 0.96% | - |
| XYZ | 31.43 | 30.95 | 91.51 | - |
| YUV | 142.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 246 | 0.66 | 0.38 | 0 | 0.04 | 214.6 | 0.9 | 0.65 |
| Hex | 53 | 98 | F6 | 42 | 26 | 0 | 4 | D7 | 5A | 41 |
| Octal | 123 | 230 | 366 | 102 | 46 | 0 | 4 | 327 | 132 | 101 |
| Binary | 1010011 | 10011000 | 11110110 | 1000010 | 100110 | 0 | 100 | 11010111 | 1011010 | 1000001 |
Color Harmonies of #5398F6
Complementary color
Monochromatic Colors of #5398F6
Black with #5398F6
Text Example
Text Example
White with #5398F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398F6; }
p { color: rgb(83,152,246); }
H1.HeaderClassName
{
color: #5398F6;
}
.AnyTagClassName
{
color: #5398F6;
}
</style>
background-color css
<style>
a { background-color: #5398F6; }
a { background-color: rgb(83,152,246); }
div.DivClassName
{
background-color: #5398F6;
}
.BgClassName
{
background-color: #5398F6;
}
</style>
border-color css
<style>
span { border-color: #5398F6; }
span { border-color: rgb(83,152,246); }
td.TdClassName
{
border-color: #5398F6;
}
.TagClassName
{
border-color: #5398F6;
}
</style>