Shades of Cornflower Blue #5D9AFE
Tints of Cornflower Blue #5D9AFE
RGB
CMYK
RGB Variations
Color information
#5D9AFE (or 0x5D9AFE) is known color: Cornflower Blue. HEX triplet: 5D, 9A and FE. RGB value is (93,154,254). Sum of RGB (Red+Green+Blue) = 93+154+254=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9AFE is #A26501. Grayscale: #929292. Windows color (decimal): -10642690 or 16685661. OLE color: 16685661.
HSL color Cylindrical-coordinate representation of color #5D9AFE: hue angle of 217.27º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D9AFE is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 154 | 254 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.00 |
| HSL | 217.27º | 0.99% | 0.68% | - |
| HSV(B) | 217.27º | 0.63% | 1% | - |
| XYZ | 33.96 | 32.59 | 98.27 | - |
| YUV | 147.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 254 | 0.63 | 0.39 | 0 | 0.00 | 217.27 | 0.99 | 0.68 |
| Hex | 5D | 9A | FE | 3F | 27 | 0 | 0 | D9 | 63 | 44 |
| Octal | 135 | 232 | 376 | 77 | 47 | 0 | 0 | 331 | 143 | 104 |
| Binary | 1011101 | 10011010 | 11111110 | 111111 | 100111 | 0 | 0 | 11011001 | 1100011 | 1000100 |
Color Harmonies of #5D9AFE
Complementary color
Monochromatic Colors of #5D9AFE
Black with #5D9AFE
Text Example
Text Example
White with #5D9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9AFE; }
p { color: rgb(93,154,254); }
H1.HeaderClassName
{
color: #5D9AFE;
}
.AnyTagClassName
{
color: #5D9AFE;
}
</style>
background-color css
<style>
a { background-color: #5D9AFE; }
a { background-color: rgb(93,154,254); }
div.DivClassName
{
background-color: #5D9AFE;
}
.BgClassName
{
background-color: #5D9AFE;
}
</style>
border-color css
<style>
span { border-color: #5D9AFE; }
span { border-color: rgb(93,154,254); }
td.TdClassName
{
border-color: #5D9AFE;
}
.TagClassName
{
border-color: #5D9AFE;
}
</style>