Shades of Cornflower Blue #5398FD
Tints of Cornflower Blue #5398FD
RGB
CMYK
RGB Variations
Color information
#5398FD (or 0x5398FD) is known color: Cornflower Blue. HEX triplet: 53, 98 and FD. RGB value is (83,152,253). Sum of RGB (Red+Green+Blue) = 83+152+253=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #5398FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5398FD is #AC6702. Grayscale: #8E8E8E. Windows color (decimal): -11298563 or 16619603. OLE color: 16619603.
HSL color Cylindrical-coordinate representation of color #5398FD: hue angle of 215.65º degrees, saturation: 0.98, 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 #5398FD is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 152 | 253 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.01 |
| HSL | 215.65º | 0.98% | 0.66% | - |
| HSV(B) | 215.65º | 0.67% | 0.99% | - |
| XYZ | 32.53 | 31.39 | 97.27 | - |
| YUV | 142.88 | 190.14 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 253 | 0.67 | 0.40 | 0 | 0.01 | 215.65 | 0.98 | 0.66 |
| Hex | 53 | 98 | FD | 43 | 28 | 0 | 1 | D8 | 62 | 42 |
| Octal | 123 | 230 | 375 | 103 | 50 | 0 | 1 | 330 | 142 | 102 |
| Binary | 1010011 | 10011000 | 11111101 | 1000011 | 101000 | 0 | 1 | 11011000 | 1100010 | 1000010 |
Color Harmonies of #5398FD
Complementary color
Monochromatic Colors of #5398FD
Black with #5398FD
Text Example
Text Example
White with #5398FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398FD; }
p { color: rgb(83,152,253); }
H1.HeaderClassName
{
color: #5398FD;
}
.AnyTagClassName
{
color: #5398FD;
}
</style>
background-color css
<style>
a { background-color: #5398FD; }
a { background-color: rgb(83,152,253); }
div.DivClassName
{
background-color: #5398FD;
}
.BgClassName
{
background-color: #5398FD;
}
</style>
border-color css
<style>
span { border-color: #5398FD; }
span { border-color: rgb(83,152,253); }
td.TdClassName
{
border-color: #5398FD;
}
.TagClassName
{
border-color: #5398FD;
}
</style>