Shades of Cornflower Blue #5397FA
Tints of Cornflower Blue #5397FA
RGB
CMYK
RGB Variations
Color information
#5397FA (or 0x5397FA) is known color: Cornflower Blue. HEX triplet: 53, 97 and FA. RGB value is (83,151,250). Sum of RGB (Red+Green+Blue) = 83+151+250=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #5397FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5397FA is #AC6805. Grayscale: #8D8D8D. Windows color (decimal): -11298822 or 16422739. OLE color: 16422739.
HSL color Cylindrical-coordinate representation of color #5397FA: hue angle of 215.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5397FA is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 151 | 250 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.02 |
| HSL | 215.57º | 0.94% | 0.65% | - |
| HSV(B) | 215.57º | 0.67% | 0.98% | - |
| XYZ | 31.89 | 30.87 | 94.72 | - |
| YUV | 141.95 | 188.97 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 250 | 0.67 | 0.40 | 0 | 0.02 | 215.57 | 0.94 | 0.65 |
| Hex | 53 | 97 | FA | 43 | 28 | 0 | 2 | D8 | 5E | 41 |
| Octal | 123 | 227 | 372 | 103 | 50 | 0 | 2 | 330 | 136 | 101 |
| Binary | 1010011 | 10010111 | 11111010 | 1000011 | 101000 | 0 | 10 | 11011000 | 1011110 | 1000001 |
Color Harmonies of #5397FA
Complementary color
Monochromatic Colors of #5397FA
Black with #5397FA
Text Example
Text Example
White with #5397FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397FA; }
p { color: rgb(83,151,250); }
H1.HeaderClassName
{
color: #5397FA;
}
.AnyTagClassName
{
color: #5397FA;
}
</style>
background-color css
<style>
a { background-color: #5397FA; }
a { background-color: rgb(83,151,250); }
div.DivClassName
{
background-color: #5397FA;
}
.BgClassName
{
background-color: #5397FA;
}
</style>
border-color css
<style>
span { border-color: #5397FA; }
span { border-color: rgb(83,151,250); }
td.TdClassName
{
border-color: #5397FA;
}
.TagClassName
{
border-color: #5397FA;
}
</style>