Shades of Cornflower Blue #5398FC
Tints of Cornflower Blue #5398FC
RGB
CMYK
RGB Variations
Color information
#5398FC (or 0x5398FC) is known color: Cornflower Blue. HEX triplet: 53, 98 and FC. RGB value is (83,152,252). Sum of RGB (Red+Green+Blue) = 83+152+252=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #5398FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5398FC is #AC6703. Grayscale: #8E8E8E. Windows color (decimal): -11298564 or 16554067. OLE color: 16554067.
HSL color Cylindrical-coordinate representation of color #5398FC: hue angle of 215.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5398FC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 152 | 252 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.01 |
| HSL | 215.5º | 0.97% | 0.66% | - |
| HSV(B) | 215.5º | 0.67% | 0.99% | - |
| XYZ | 32.37 | 31.32 | 96.44 | - |
| YUV | 142.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 252 | 0.67 | 0.40 | 0 | 0.01 | 215.5 | 0.97 | 0.66 |
| Hex | 53 | 98 | FC | 43 | 28 | 0 | 1 | D8 | 61 | 42 |
| Octal | 123 | 230 | 374 | 103 | 50 | 0 | 1 | 330 | 141 | 102 |
| Binary | 1010011 | 10011000 | 11111100 | 1000011 | 101000 | 0 | 1 | 11011000 | 1100001 | 1000010 |
Color Harmonies of #5398FC
Complementary color
Monochromatic Colors of #5398FC
Black with #5398FC
Text Example
Text Example
White with #5398FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398FC; }
p { color: rgb(83,152,252); }
H1.HeaderClassName
{
color: #5398FC;
}
.AnyTagClassName
{
color: #5398FC;
}
</style>
background-color css
<style>
a { background-color: #5398FC; }
a { background-color: rgb(83,152,252); }
div.DivClassName
{
background-color: #5398FC;
}
.BgClassName
{
background-color: #5398FC;
}
</style>
border-color css
<style>
span { border-color: #5398FC; }
span { border-color: rgb(83,152,252); }
td.TdClassName
{
border-color: #5398FC;
}
.TagClassName
{
border-color: #5398FC;
}
</style>