Shades of Cornflower Blue #5D84EA
Tints of Cornflower Blue #5D84EA
RGB
CMYK
RGB Variations
Color information
#5D84EA (or 0x5D84EA) is known color: Cornflower Blue. HEX triplet: 5D, 84 and EA. RGB value is (93,132,234). Sum of RGB (Red+Green+Blue) = 93+132+234=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D84EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D84EA is #A27B15. Grayscale: #838383. Windows color (decimal): -10648342 or 15369309. OLE color: 15369309.
HSL color Cylindrical-coordinate representation of color #5D84EA: hue angle of 223.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D84EA is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 132 | 234 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.08 |
| HSL | 223.4º | 0.77% | 0.64% | - |
| HSV(B) | 223.4º | 0.6% | 0.92% | - |
| XYZ | 27.62 | 24.77 | 81.17 | - |
| YUV | 131.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 234 | 0.60 | 0.44 | 0 | 0.08 | 223.4 | 0.77 | 0.64 |
| Hex | 5D | 84 | EA | 3C | 2C | 0 | 8 | DF | 4D | 40 |
| Octal | 135 | 204 | 352 | 74 | 54 | 0 | 10 | 337 | 115 | 100 |
| Binary | 1011101 | 10000100 | 11101010 | 111100 | 101100 | 0 | 1000 | 11011111 | 1001101 | 1000000 |
Color Harmonies of #5D84EA
Complementary color
Monochromatic Colors of #5D84EA
Black with #5D84EA
Text Example
Text Example
White with #5D84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D84EA; }
p { color: rgb(93,132,234); }
H1.HeaderClassName
{
color: #5D84EA;
}
.AnyTagClassName
{
color: #5D84EA;
}
</style>
background-color css
<style>
a { background-color: #5D84EA; }
a { background-color: rgb(93,132,234); }
div.DivClassName
{
background-color: #5D84EA;
}
.BgClassName
{
background-color: #5D84EA;
}
</style>
border-color css
<style>
span { border-color: #5D84EA; }
span { border-color: rgb(93,132,234); }
td.TdClassName
{
border-color: #5D84EA;
}
.TagClassName
{
border-color: #5D84EA;
}
</style>