Shades of Cornflower Blue #5D88FC
Tints of Cornflower Blue #5D88FC
RGB
CMYK
RGB Variations
Color information
#5D88FC (or 0x5D88FC) is known color: Cornflower Blue. HEX triplet: 5D, 88 and FC. RGB value is (93,136,252). Sum of RGB (Red+Green+Blue) = 93+136+252=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D88FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D88FC is #A27703. Grayscale: #878787. Windows color (decimal): -10647300 or 16549981. OLE color: 16549981.
HSL color Cylindrical-coordinate representation of color #5D88FC: hue angle of 223.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D88FC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 136 | 252 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.01 |
| HSL | 223.77º | 0.96% | 0.68% | - |
| HSV(B) | 223.77º | 0.63% | 0.99% | - |
| XYZ | 30.89 | 26.96 | 95.67 | - |
| YUV | 136.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 252 | 0.63 | 0.46 | 0 | 0.01 | 223.77 | 0.96 | 0.68 |
| Hex | 5D | 88 | FC | 3F | 2E | 0 | 1 | E0 | 60 | 44 |
| Octal | 135 | 210 | 374 | 77 | 56 | 0 | 1 | 340 | 140 | 104 |
| Binary | 1011101 | 10001000 | 11111100 | 111111 | 101110 | 0 | 1 | 11100000 | 1100000 | 1000100 |
Color Harmonies of #5D88FC
Complementary color
Monochromatic Colors of #5D88FC
Black with #5D88FC
Text Example
Text Example
White with #5D88FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D88FC; }
p { color: rgb(93,136,252); }
H1.HeaderClassName
{
color: #5D88FC;
}
.AnyTagClassName
{
color: #5D88FC;
}
</style>
background-color css
<style>
a { background-color: #5D88FC; }
a { background-color: rgb(93,136,252); }
div.DivClassName
{
background-color: #5D88FC;
}
.BgClassName
{
background-color: #5D88FC;
}
</style>
border-color css
<style>
span { border-color: #5D88FC; }
span { border-color: rgb(93,136,252); }
td.TdClassName
{
border-color: #5D88FC;
}
.TagClassName
{
border-color: #5D88FC;
}
</style>