Shades of Cornflower Blue #5D84ED
Tints of Cornflower Blue #5D84ED
RGB
CMYK
RGB Variations
Color information
#5D84ED (or 0x5D84ED) is known color: Cornflower Blue. HEX triplet: 5D, 84 and ED. RGB value is (93,132,237). Sum of RGB (Red+Green+Blue) = 93+132+237=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D84ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D84ED is #A27B12. Grayscale: #838383. Windows color (decimal): -10648339 or 15565917. OLE color: 15565917.
HSL color Cylindrical-coordinate representation of color #5D84ED: hue angle of 223.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D84ED is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 132 | 237 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.07 |
| HSL | 223.75º | 0.8% | 0.65% | - |
| HSV(B) | 223.75º | 0.61% | 0.93% | - |
| XYZ | 28.05 | 24.94 | 83.46 | - |
| YUV | 132.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 237 | 0.61 | 0.44 | 0 | 0.07 | 223.75 | 0.8 | 0.65 |
| Hex | 5D | 84 | ED | 3D | 2C | 0 | 7 | E0 | 50 | 41 |
| Octal | 135 | 204 | 355 | 75 | 54 | 0 | 7 | 340 | 120 | 101 |
| Binary | 1011101 | 10000100 | 11101101 | 111101 | 101100 | 0 | 111 | 11100000 | 1010000 | 1000001 |
Color Harmonies of #5D84ED
Complementary color
Monochromatic Colors of #5D84ED
Black with #5D84ED
Text Example
Text Example
White with #5D84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D84ED; }
p { color: rgb(93,132,237); }
H1.HeaderClassName
{
color: #5D84ED;
}
.AnyTagClassName
{
color: #5D84ED;
}
</style>
background-color css
<style>
a { background-color: #5D84ED; }
a { background-color: rgb(93,132,237); }
div.DivClassName
{
background-color: #5D84ED;
}
.BgClassName
{
background-color: #5D84ED;
}
</style>
border-color css
<style>
span { border-color: #5D84ED; }
span { border-color: rgb(93,132,237); }
td.TdClassName
{
border-color: #5D84ED;
}
.TagClassName
{
border-color: #5D84ED;
}
</style>