Shades of Cornflower Blue #5D9EFE
Tints of Cornflower Blue #5D9EFE
RGB
CMYK
RGB Variations
Color information
#5D9EFE (or 0x5D9EFE) is known color: Cornflower Blue. HEX triplet: 5D, 9E and FE. RGB value is (93,158,254). Sum of RGB (Red+Green+Blue) = 93+158+254=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9EFE is #A26101. Grayscale: #959595. Windows color (decimal): -10641666 or 16686685. OLE color: 16686685.
HSL color Cylindrical-coordinate representation of color #5D9EFE: hue angle of 215.78º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D9EFE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 158 | 254 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.00 |
| HSL | 215.78º | 0.99% | 0.68% | - |
| HSV(B) | 215.78º | 0.63% | 1% | - |
| XYZ | 34.63 | 33.94 | 98.49 | - |
| YUV | 149.51 | 186.97 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 254 | 0.63 | 0.38 | 0 | 0.00 | 215.78 | 0.99 | 0.68 |
| Hex | 5D | 9E | FE | 3F | 26 | 0 | 0 | D8 | 63 | 44 |
| Octal | 135 | 236 | 376 | 77 | 46 | 0 | 0 | 330 | 143 | 104 |
| Binary | 1011101 | 10011110 | 11111110 | 111111 | 100110 | 0 | 0 | 11011000 | 1100011 | 1000100 |
Color Harmonies of #5D9EFE
Complementary color
Monochromatic Colors of #5D9EFE
Black with #5D9EFE
Text Example
Text Example
White with #5D9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9EFE; }
p { color: rgb(93,158,254); }
H1.HeaderClassName
{
color: #5D9EFE;
}
.AnyTagClassName
{
color: #5D9EFE;
}
</style>
background-color css
<style>
a { background-color: #5D9EFE; }
a { background-color: rgb(93,158,254); }
div.DivClassName
{
background-color: #5D9EFE;
}
.BgClassName
{
background-color: #5D9EFE;
}
</style>
border-color css
<style>
span { border-color: #5D9EFE; }
span { border-color: rgb(93,158,254); }
td.TdClassName
{
border-color: #5D9EFE;
}
.TagClassName
{
border-color: #5D9EFE;
}
</style>