Shades of Cornflower Blue #5397FB
Tints of Cornflower Blue #5397FB
RGB
CMYK
RGB Variations
Color information
#5397FB (or 0x5397FB) is known color: Cornflower Blue. HEX triplet: 53, 97 and FB. RGB value is (83,151,251). Sum of RGB (Red+Green+Blue) = 83+151+251=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #5397FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5397FB is #AC6804. Grayscale: #8D8D8D. Windows color (decimal): -11298821 or 16488275. OLE color: 16488275.
HSL color Cylindrical-coordinate representation of color #5397FB: hue angle of 215.71º degrees, saturation: 0.95, 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 #5397FB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 151 | 251 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.02 |
| HSL | 215.71º | 0.95% | 0.65% | - |
| HSV(B) | 215.71º | 0.67% | 0.98% | - |
| XYZ | 32.05 | 30.94 | 95.55 | - |
| YUV | 142.07 | 189.47 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 251 | 0.67 | 0.40 | 0 | 0.02 | 215.71 | 0.95 | 0.65 |
| Hex | 53 | 97 | FB | 43 | 28 | 0 | 2 | D8 | 5F | 41 |
| Octal | 123 | 227 | 373 | 103 | 50 | 0 | 2 | 330 | 137 | 101 |
| Binary | 1010011 | 10010111 | 11111011 | 1000011 | 101000 | 0 | 10 | 11011000 | 1011111 | 1000001 |
Color Harmonies of #5397FB
Complementary color
Monochromatic Colors of #5397FB
Black with #5397FB
Text Example
Text Example
White with #5397FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397FB; }
p { color: rgb(83,151,251); }
H1.HeaderClassName
{
color: #5397FB;
}
.AnyTagClassName
{
color: #5397FB;
}
</style>
background-color css
<style>
a { background-color: #5397FB; }
a { background-color: rgb(83,151,251); }
div.DivClassName
{
background-color: #5397FB;
}
.BgClassName
{
background-color: #5397FB;
}
</style>
border-color css
<style>
span { border-color: #5397FB; }
span { border-color: rgb(83,151,251); }
td.TdClassName
{
border-color: #5397FB;
}
.TagClassName
{
border-color: #5397FB;
}
</style>