Shades of Cornflower Blue #5D96F6
Tints of Cornflower Blue #5D96F6
RGB
CMYK
RGB Variations
Color information
#5D96F6 (or 0x5D96F6) is known color: Cornflower Blue. HEX triplet: 5D, 96 and F6. RGB value is (93,150,246). Sum of RGB (Red+Green+Blue) = 93+150+246=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #5D96F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D96F6 is #A26909. Grayscale: #8F8F8F. Windows color (decimal): -10643722 or 16160349. OLE color: 16160349.
HSL color Cylindrical-coordinate representation of color #5D96F6: hue angle of 217.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D96F6 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 150 | 246 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.04 |
| HSL | 217.65º | 0.89% | 0.66% | - |
| HSV(B) | 217.65º | 0.62% | 0.96% | - |
| XYZ | 32.06 | 30.79 | 91.44 | - |
| YUV | 143.9 | 185.62 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 246 | 0.62 | 0.39 | 0 | 0.04 | 217.65 | 0.89 | 0.66 |
| Hex | 5D | 96 | F6 | 3E | 27 | 0 | 4 | DA | 59 | 42 |
| Octal | 135 | 226 | 366 | 76 | 47 | 0 | 4 | 332 | 131 | 102 |
| Binary | 1011101 | 10010110 | 11110110 | 111110 | 100111 | 0 | 100 | 11011010 | 1011001 | 1000010 |
Color Harmonies of #5D96F6
Complementary color
Monochromatic Colors of #5D96F6
Black with #5D96F6
Text Example
Text Example
White with #5D96F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D96F6; }
p { color: rgb(93,150,246); }
H1.HeaderClassName
{
color: #5D96F6;
}
.AnyTagClassName
{
color: #5D96F6;
}
</style>
background-color css
<style>
a { background-color: #5D96F6; }
a { background-color: rgb(93,150,246); }
div.DivClassName
{
background-color: #5D96F6;
}
.BgClassName
{
background-color: #5D96F6;
}
</style>
border-color css
<style>
span { border-color: #5D96F6; }
span { border-color: rgb(93,150,246); }
td.TdClassName
{
border-color: #5D96F6;
}
.TagClassName
{
border-color: #5D96F6;
}
</style>