Shades of Cornflower Blue #5397FF
Tints of Cornflower Blue #5397FF
RGB
CMYK
RGB Variations
Color information
#5397FF (or 0x5397FF) is known color: Cornflower Blue. HEX triplet: 53, 97 and FF. RGB value is (83,151,255). Sum of RGB (Red+Green+Blue) = 83+151+255=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #5397FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5397FF is #AC6800. Grayscale: #8E8E8E. Windows color (decimal): -11298817 or 16750419. OLE color: 16750419.
HSL color Cylindrical-coordinate representation of color #5397FF: hue angle of 216.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5397FF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 151 | 255 | - |
| CMYK | 0.67 | 0.41 | 0 | 0 |
| HSL | 216.28º | 1% | 0.66% | - |
| HSV(B) | 216.28º | 0.67% | 1% | - |
| XYZ | 32.68 | 31.19 | 98.91 | - |
| YUV | 142.52 | 191.47 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 255 | 0.67 | 0.41 | 0 | 0 | 216.28 | 1 | 0.66 |
| Hex | 53 | 97 | FF | 43 | 29 | 0 | 0 | D8 | 64 | 42 |
| Octal | 123 | 227 | 377 | 103 | 51 | 0 | 0 | 330 | 144 | 102 |
| Binary | 1010011 | 10010111 | 11111111 | 1000011 | 101001 | 0 | 0 | 11011000 | 1100100 | 1000010 |
Color Harmonies of #5397FF
Complementary color
Monochromatic Colors of #5397FF
Black with #5397FF
Text Example
Text Example
White with #5397FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397FF; }
p { color: rgb(83,151,255); }
H1.HeaderClassName
{
color: #5397FF;
}
.AnyTagClassName
{
color: #5397FF;
}
</style>
background-color css
<style>
a { background-color: #5397FF; }
a { background-color: rgb(83,151,255); }
div.DivClassName
{
background-color: #5397FF;
}
.BgClassName
{
background-color: #5397FF;
}
</style>
border-color css
<style>
span { border-color: #5397FF; }
span { border-color: rgb(83,151,255); }
td.TdClassName
{
border-color: #5397FF;
}
.TagClassName
{
border-color: #5397FF;
}
</style>