Shades of Cornflower Blue #5397FE
Tints of Cornflower Blue #5397FE
RGB
CMYK
RGB Variations
Color information
#5397FE (or 0x5397FE) is known color: Cornflower Blue. HEX triplet: 53, 97 and FE. RGB value is (83,151,254). Sum of RGB (Red+Green+Blue) = 83+151+254=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #5397FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5397FE is #AC6801. Grayscale: #8D8D8D. Windows color (decimal): -11298818 or 16684883. OLE color: 16684883.
HSL color Cylindrical-coordinate representation of color #5397FE: hue angle of 216.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5397FE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 151 | 254 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.00 |
| HSL | 216.14º | 0.99% | 0.66% | - |
| HSV(B) | 216.14º | 0.67% | 1% | - |
| XYZ | 32.52 | 31.13 | 98.06 | - |
| YUV | 142.41 | 190.97 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 254 | 0.67 | 0.41 | 0 | 0.00 | 216.14 | 0.99 | 0.66 |
| Hex | 53 | 97 | FE | 43 | 29 | 0 | 0 | D8 | 63 | 42 |
| Octal | 123 | 227 | 376 | 103 | 51 | 0 | 0 | 330 | 143 | 102 |
| Binary | 1010011 | 10010111 | 11111110 | 1000011 | 101001 | 0 | 0 | 11011000 | 1100011 | 1000010 |
Color Harmonies of #5397FE
Complementary color
Monochromatic Colors of #5397FE
Black with #5397FE
Text Example
Text Example
White with #5397FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397FE; }
p { color: rgb(83,151,254); }
H1.HeaderClassName
{
color: #5397FE;
}
.AnyTagClassName
{
color: #5397FE;
}
</style>
background-color css
<style>
a { background-color: #5397FE; }
a { background-color: rgb(83,151,254); }
div.DivClassName
{
background-color: #5397FE;
}
.BgClassName
{
background-color: #5397FE;
}
</style>
border-color css
<style>
span { border-color: #5397FE; }
span { border-color: rgb(83,151,254); }
td.TdClassName
{
border-color: #5397FE;
}
.TagClassName
{
border-color: #5397FE;
}
</style>