Shades of Cornflower Blue #5D9CEA
Tints of Cornflower Blue #5D9CEA
RGB
CMYK
RGB Variations
Color information
#5D9CEA (or 0x5D9CEA) is known color: Cornflower Blue. HEX triplet: 5D, 9C and EA. RGB value is (93,156,234). Sum of RGB (Red+Green+Blue) = 93+156+234=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9CEA is #A26315. Grayscale: #919191. Windows color (decimal): -10642198 or 15375453. OLE color: 15375453.
HSL color Cylindrical-coordinate representation of color #5D9CEA: hue angle of 213.19º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D9CEA is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 156 | 234 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.08 |
| HSL | 213.19º | 0.77% | 0.64% | - |
| HSV(B) | 213.19º | 0.6% | 0.92% | - |
| XYZ | 31.25 | 32.04 | 82.38 | - |
| YUV | 146.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 234 | 0.60 | 0.33 | 0 | 0.08 | 213.19 | 0.77 | 0.64 |
| Hex | 5D | 9C | EA | 3C | 21 | 0 | 8 | D5 | 4D | 40 |
| Octal | 135 | 234 | 352 | 74 | 41 | 0 | 10 | 325 | 115 | 100 |
| Binary | 1011101 | 10011100 | 11101010 | 111100 | 100001 | 0 | 1000 | 11010101 | 1001101 | 1000000 |
Color Harmonies of #5D9CEA
Complementary color
Monochromatic Colors of #5D9CEA
Black with #5D9CEA
Text Example
Text Example
White with #5D9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9CEA; }
p { color: rgb(93,156,234); }
H1.HeaderClassName
{
color: #5D9CEA;
}
.AnyTagClassName
{
color: #5D9CEA;
}
</style>
background-color css
<style>
a { background-color: #5D9CEA; }
a { background-color: rgb(93,156,234); }
div.DivClassName
{
background-color: #5D9CEA;
}
.BgClassName
{
background-color: #5D9CEA;
}
</style>
border-color css
<style>
span { border-color: #5D9CEA; }
span { border-color: rgb(93,156,234); }
td.TdClassName
{
border-color: #5D9CEA;
}
.TagClassName
{
border-color: #5D9CEA;
}
</style>