Shades of Cornflower Blue #5398FF
Tints of Cornflower Blue #5398FF
RGB
CMYK
RGB Variations
Color information
#5398FF (or 0x5398FF) is known color: Cornflower Blue. HEX triplet: 53, 98 and FF. RGB value is (83,152,255). Sum of RGB (Red+Green+Blue) = 83+152+255=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #5398FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5398FF is #AC6700. Grayscale: #8E8E8E. Windows color (decimal): -11298561 or 16750675. OLE color: 16750675.
HSL color Cylindrical-coordinate representation of color #5398FF: hue angle of 215.93º 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 #5398FF is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 152 | 255 | - |
| CMYK | 0.67 | 0.40 | 0 | 0 |
| HSL | 215.93º | 1% | 0.66% | - |
| HSV(B) | 215.93º | 0.67% | 1% | - |
| XYZ | 32.85 | 31.52 | 98.96 | - |
| YUV | 143.11 | 191.14 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 255 | 0.67 | 0.40 | 0 | 0 | 215.93 | 1 | 0.66 |
| Hex | 53 | 98 | FF | 43 | 28 | 0 | 0 | D8 | 64 | 42 |
| Octal | 123 | 230 | 377 | 103 | 50 | 0 | 0 | 330 | 144 | 102 |
| Binary | 1010011 | 10011000 | 11111111 | 1000011 | 101000 | 0 | 0 | 11011000 | 1100100 | 1000010 |
Color Harmonies of #5398FF
Complementary color
Monochromatic Colors of #5398FF
Black with #5398FF
Text Example
Text Example
White with #5398FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398FF; }
p { color: rgb(83,152,255); }
H1.HeaderClassName
{
color: #5398FF;
}
.AnyTagClassName
{
color: #5398FF;
}
</style>
background-color css
<style>
a { background-color: #5398FF; }
a { background-color: rgb(83,152,255); }
div.DivClassName
{
background-color: #5398FF;
}
.BgClassName
{
background-color: #5398FF;
}
</style>
border-color css
<style>
span { border-color: #5398FF; }
span { border-color: rgb(83,152,255); }
td.TdClassName
{
border-color: #5398FF;
}
.TagClassName
{
border-color: #5398FF;
}
</style>