Shades of Cornflower Blue #5593FD
Tints of Cornflower Blue #5593FD
RGB
CMYK
RGB Variations
Color information
#5593FD (or 0x5593FD) is known color: Cornflower Blue. HEX triplet: 55, 93 and FD. RGB value is (85,147,253). Sum of RGB (Red+Green+Blue) = 85+147+253=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #5593FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5593FD is #AA6C02. Grayscale: #8C8C8C. Windows color (decimal): -11168771 or 16618325. OLE color: 16618325.
HSL color Cylindrical-coordinate representation of color #5593FD: hue angle of 217.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5593FD is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 147 | 253 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.01 |
| HSL | 217.86º | 0.98% | 0.66% | - |
| HSV(B) | 217.86º | 0.66% | 0.99% | - |
| XYZ | 31.91 | 29.89 | 97.02 | - |
| YUV | 140.55 | 191.46 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 253 | 0.66 | 0.42 | 0 | 0.01 | 217.86 | 0.98 | 0.66 |
| Hex | 55 | 93 | FD | 42 | 2A | 0 | 1 | DA | 62 | 42 |
| Octal | 125 | 223 | 375 | 102 | 52 | 0 | 1 | 332 | 142 | 102 |
| Binary | 1010101 | 10010011 | 11111101 | 1000010 | 101010 | 0 | 1 | 11011010 | 1100010 | 1000010 |
Color Harmonies of #5593FD
Complementary color
Monochromatic Colors of #5593FD
Black with #5593FD
Text Example
Text Example
White with #5593FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5593FD; }
p { color: rgb(85,147,253); }
H1.HeaderClassName
{
color: #5593FD;
}
.AnyTagClassName
{
color: #5593FD;
}
</style>
background-color css
<style>
a { background-color: #5593FD; }
a { background-color: rgb(85,147,253); }
div.DivClassName
{
background-color: #5593FD;
}
.BgClassName
{
background-color: #5593FD;
}
</style>
border-color css
<style>
span { border-color: #5593FD; }
span { border-color: rgb(85,147,253); }
td.TdClassName
{
border-color: #5593FD;
}
.TagClassName
{
border-color: #5593FD;
}
</style>