Shades of Cornflower Blue #5397F7
Tints of Cornflower Blue #5397F7
RGB
CMYK
RGB Variations
Color information
#5397F7 (or 0x5397F7) is known color: Cornflower Blue. HEX triplet: 53, 97 and F7. RGB value is (83,151,247). Sum of RGB (Red+Green+Blue) = 83+151+247=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #5397F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5397F7 is #AC6808. Grayscale: #8D8D8D. Windows color (decimal): -11298825 or 16226131. OLE color: 16226131.
HSL color Cylindrical-coordinate representation of color #5397F7: hue angle of 215.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5397F7 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 151 | 247 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.03 |
| HSL | 215.12º | 0.91% | 0.65% | - |
| HSV(B) | 215.12º | 0.66% | 0.97% | - |
| XYZ | 31.42 | 30.69 | 92.26 | - |
| YUV | 141.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 247 | 0.66 | 0.39 | 0 | 0.03 | 215.12 | 0.91 | 0.65 |
| Hex | 53 | 97 | F7 | 42 | 27 | 0 | 3 | D7 | 5B | 41 |
| Octal | 123 | 227 | 367 | 102 | 47 | 0 | 3 | 327 | 133 | 101 |
| Binary | 1010011 | 10010111 | 11110111 | 1000010 | 100111 | 0 | 11 | 11010111 | 1011011 | 1000001 |
Color Harmonies of #5397F7
Complementary color
Monochromatic Colors of #5397F7
Black with #5397F7
Text Example
Text Example
White with #5397F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397F7; }
p { color: rgb(83,151,247); }
H1.HeaderClassName
{
color: #5397F7;
}
.AnyTagClassName
{
color: #5397F7;
}
</style>
background-color css
<style>
a { background-color: #5397F7; }
a { background-color: rgb(83,151,247); }
div.DivClassName
{
background-color: #5397F7;
}
.BgClassName
{
background-color: #5397F7;
}
</style>
border-color css
<style>
span { border-color: #5397F7; }
span { border-color: rgb(83,151,247); }
td.TdClassName
{
border-color: #5397F7;
}
.TagClassName
{
border-color: #5397F7;
}
</style>