Shades of Cornflower Blue #5D84FF
Tints of Cornflower Blue #5D84FF
RGB
CMYK
RGB Variations
Color information
#5D84FF (or 0x5D84FF) is known color: Cornflower Blue. HEX triplet: 5D, 84 and FF. RGB value is (93,132,255). Sum of RGB (Red+Green+Blue) = 93+132+255=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D84FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D84FF is #A27B00. Grayscale: #858585. Windows color (decimal): -10648321 or 16745565. OLE color: 16745565.
HSL color Cylindrical-coordinate representation of color #5D84FF: hue angle of 225.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D84FF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 132 | 255 | - |
| CMYK | 0.64 | 0.48 | 0 | 0 |
| HSL | 225.56º | 1% | 0.68% | - |
| HSV(B) | 225.56º | 0.64% | 1% | - |
| XYZ | 30.82 | 26.05 | 98.01 | - |
| YUV | 134.36 | 196.08 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 255 | 0.64 | 0.48 | 0 | 0 | 225.56 | 1 | 0.68 |
| Hex | 5D | 84 | FF | 40 | 30 | 0 | 0 | E2 | 64 | 44 |
| Octal | 135 | 204 | 377 | 100 | 60 | 0 | 0 | 342 | 144 | 104 |
| Binary | 1011101 | 10000100 | 11111111 | 1000000 | 110000 | 0 | 0 | 11100010 | 1100100 | 1000100 |
Color Harmonies of #5D84FF
Complementary color
Monochromatic Colors of #5D84FF
Black with #5D84FF
Text Example
Text Example
White with #5D84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D84FF; }
p { color: rgb(93,132,255); }
H1.HeaderClassName
{
color: #5D84FF;
}
.AnyTagClassName
{
color: #5D84FF;
}
</style>
background-color css
<style>
a { background-color: #5D84FF; }
a { background-color: rgb(93,132,255); }
div.DivClassName
{
background-color: #5D84FF;
}
.BgClassName
{
background-color: #5D84FF;
}
</style>
border-color css
<style>
span { border-color: #5D84FF; }
span { border-color: rgb(93,132,255); }
td.TdClassName
{
border-color: #5D84FF;
}
.TagClassName
{
border-color: #5D84FF;
}
</style>