Shades of Cornflower Blue #5D86FF
Tints of Cornflower Blue #5D86FF
RGB
CMYK
RGB Variations
Color information
#5D86FF (or 0x5D86FF) is known color: Cornflower Blue. HEX triplet: 5D, 86 and FF. RGB value is (93,134,255). Sum of RGB (Red+Green+Blue) = 93+134+255=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D86FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D86FF is #A27900. Grayscale: #878787. Windows color (decimal): -10647809 or 16746077. OLE color: 16746077.
HSL color Cylindrical-coordinate representation of color #5D86FF: hue angle of 224.81º 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 #5D86FF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 134 | 255 | - |
| CMYK | 0.64 | 0.47 | 0 | 0 |
| HSL | 224.81º | 1% | 0.68% | - |
| HSV(B) | 224.81º | 0.64% | 1% | - |
| XYZ | 31.09 | 26.6 | 98.1 | - |
| YUV | 135.54 | 195.42 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 255 | 0.64 | 0.47 | 0 | 0 | 224.81 | 1 | 0.68 |
| Hex | 5D | 86 | FF | 40 | 2F | 0 | 0 | E1 | 64 | 44 |
| Octal | 135 | 206 | 377 | 100 | 57 | 0 | 0 | 341 | 144 | 104 |
| Binary | 1011101 | 10000110 | 11111111 | 1000000 | 101111 | 0 | 0 | 11100001 | 1100100 | 1000100 |
Color Harmonies of #5D86FF
Complementary color
Monochromatic Colors of #5D86FF
Black with #5D86FF
Text Example
Text Example
White with #5D86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D86FF; }
p { color: rgb(93,134,255); }
H1.HeaderClassName
{
color: #5D86FF;
}
.AnyTagClassName
{
color: #5D86FF;
}
</style>
background-color css
<style>
a { background-color: #5D86FF; }
a { background-color: rgb(93,134,255); }
div.DivClassName
{
background-color: #5D86FF;
}
.BgClassName
{
background-color: #5D86FF;
}
</style>
border-color css
<style>
span { border-color: #5D86FF; }
span { border-color: rgb(93,134,255); }
td.TdClassName
{
border-color: #5D86FF;
}
.TagClassName
{
border-color: #5D86FF;
}
</style>