Shades of Cornflower Blue #5D96FC
Tints of Cornflower Blue #5D96FC
RGB
CMYK
RGB Variations
Color information
#5D96FC (or 0x5D96FC) is known color: Cornflower Blue. HEX triplet: 5D, 96 and FC. RGB value is (93,150,252). Sum of RGB (Red+Green+Blue) = 93+150+252=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D96FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D96FC is #A26903. Grayscale: #909090. Windows color (decimal): -10643716 or 16553565. OLE color: 16553565.
HSL color Cylindrical-coordinate representation of color #5D96FC: hue angle of 218.49º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D96FC is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 150 | 252 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.01 |
| HSL | 218.49º | 0.96% | 0.68% | - |
| HSV(B) | 218.49º | 0.63% | 0.99% | - |
| XYZ | 32.99 | 31.17 | 96.37 | - |
| YUV | 144.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 252 | 0.63 | 0.40 | 0 | 0.01 | 218.49 | 0.96 | 0.68 |
| Hex | 5D | 96 | FC | 3F | 28 | 0 | 1 | DA | 60 | 44 |
| Octal | 135 | 226 | 374 | 77 | 50 | 0 | 1 | 332 | 140 | 104 |
| Binary | 1011101 | 10010110 | 11111100 | 111111 | 101000 | 0 | 1 | 11011010 | 1100000 | 1000100 |
Color Harmonies of #5D96FC
Complementary color
Monochromatic Colors of #5D96FC
Black with #5D96FC
Text Example
Text Example
White with #5D96FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D96FC; }
p { color: rgb(93,150,252); }
H1.HeaderClassName
{
color: #5D96FC;
}
.AnyTagClassName
{
color: #5D96FC;
}
</style>
background-color css
<style>
a { background-color: #5D96FC; }
a { background-color: rgb(93,150,252); }
div.DivClassName
{
background-color: #5D96FC;
}
.BgClassName
{
background-color: #5D96FC;
}
</style>
border-color css
<style>
span { border-color: #5D96FC; }
span { border-color: rgb(93,150,252); }
td.TdClassName
{
border-color: #5D96FC;
}
.TagClassName
{
border-color: #5D96FC;
}
</style>