Shades of Cornflower Blue #5C96FD
Tints of Cornflower Blue #5C96FD
RGB
CMYK
RGB Variations
Color information
#5C96FD (or 0x5C96FD) is known color: Cornflower Blue. HEX triplet: 5C, 96 and FD. RGB value is (92,150,253). Sum of RGB (Red+Green+Blue) = 92+150+253=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C96FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C96FD is #A36902. Grayscale: #8F8F8F. Windows color (decimal): -10709251 or 16619100. OLE color: 16619100.
HSL color Cylindrical-coordinate representation of color #5C96FD: hue angle of 218.39º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C96FD is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 150 | 253 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.01 |
| HSL | 218.39º | 0.98% | 0.68% | - |
| HSV(B) | 218.39º | 0.64% | 0.99% | - |
| XYZ | 33.05 | 31.18 | 97.2 | - |
| YUV | 144.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 253 | 0.64 | 0.41 | 0 | 0.01 | 218.39 | 0.98 | 0.68 |
| Hex | 5C | 96 | FD | 40 | 29 | 0 | 1 | DA | 62 | 44 |
| Octal | 134 | 226 | 375 | 100 | 51 | 0 | 1 | 332 | 142 | 104 |
| Binary | 1011100 | 10010110 | 11111101 | 1000000 | 101001 | 0 | 1 | 11011010 | 1100010 | 1000100 |
Color Harmonies of #5C96FD
Complementary color
Monochromatic Colors of #5C96FD
Black with #5C96FD
Text Example
Text Example
White with #5C96FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C96FD; }
p { color: rgb(92,150,253); }
H1.HeaderClassName
{
color: #5C96FD;
}
.AnyTagClassName
{
color: #5C96FD;
}
</style>
background-color css
<style>
a { background-color: #5C96FD; }
a { background-color: rgb(92,150,253); }
div.DivClassName
{
background-color: #5C96FD;
}
.BgClassName
{
background-color: #5C96FD;
}
</style>
border-color css
<style>
span { border-color: #5C96FD; }
span { border-color: rgb(92,150,253); }
td.TdClassName
{
border-color: #5C96FD;
}
.TagClassName
{
border-color: #5C96FD;
}
</style>