Shades of Cornflower Blue #5D9CFC
Tints of Cornflower Blue #5D9CFC
RGB
CMYK
RGB Variations
Color information
#5D9CFC (or 0x5D9CFC) is known color: Cornflower Blue. HEX triplet: 5D, 9C and FC. RGB value is (93,156,252). Sum of RGB (Red+Green+Blue) = 93+156+252=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9CFC is #A26303. Grayscale: #939393. Windows color (decimal): -10642180 or 16555101. OLE color: 16555101.
HSL color Cylindrical-coordinate representation of color #5D9CFC: hue angle of 216.23º 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 #5D9CFC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 156 | 252 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.01 |
| HSL | 216.23º | 0.96% | 0.68% | - |
| HSV(B) | 216.23º | 0.63% | 0.99% | - |
| XYZ | 33.97 | 33.13 | 96.7 | - |
| YUV | 148.11 | 186.63 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 252 | 0.63 | 0.38 | 0 | 0.01 | 216.23 | 0.96 | 0.68 |
| Hex | 5D | 9C | FC | 3F | 26 | 0 | 1 | D8 | 60 | 44 |
| Octal | 135 | 234 | 374 | 77 | 46 | 0 | 1 | 330 | 140 | 104 |
| Binary | 1011101 | 10011100 | 11111100 | 111111 | 100110 | 0 | 1 | 11011000 | 1100000 | 1000100 |
Color Harmonies of #5D9CFC
Complementary color
Monochromatic Colors of #5D9CFC
Black with #5D9CFC
Text Example
Text Example
White with #5D9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9CFC; }
p { color: rgb(93,156,252); }
H1.HeaderClassName
{
color: #5D9CFC;
}
.AnyTagClassName
{
color: #5D9CFC;
}
</style>
background-color css
<style>
a { background-color: #5D9CFC; }
a { background-color: rgb(93,156,252); }
div.DivClassName
{
background-color: #5D9CFC;
}
.BgClassName
{
background-color: #5D9CFC;
}
</style>
border-color css
<style>
span { border-color: #5D9CFC; }
span { border-color: rgb(93,156,252); }
td.TdClassName
{
border-color: #5D9CFC;
}
.TagClassName
{
border-color: #5D9CFC;
}
</style>