Shades of Cornflower Blue #5D7AFE
Tints of Cornflower Blue #5D7AFE
RGB
CMYK
RGB Variations
Color information
#5D7AFE (or 0x5D7AFE) is known color: Cornflower Blue. HEX triplet: 5D, 7A and FE. RGB value is (93,122,254). Sum of RGB (Red+Green+Blue) = 93+122+254=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7AFE is #A28501. Grayscale: #7F7F7F. Windows color (decimal): -10650882 or 16677469. OLE color: 16677469.
HSL color Cylindrical-coordinate representation of color #5D7AFE: hue angle of 229.19º 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 #5D7AFE is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 122 | 254 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.00 |
| HSL | 229.19º | 0.99% | 0.68% | - |
| HSV(B) | 229.19º | 0.63% | 1% | - |
| XYZ | 29.36 | 23.4 | 96.74 | - |
| YUV | 128.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 122 | 254 | 0.63 | 0.52 | 0 | 0.00 | 229.19 | 0.99 | 0.68 |
| Hex | 5D | 7A | FE | 3F | 34 | 0 | 0 | E5 | 63 | 44 |
| Octal | 135 | 172 | 376 | 77 | 64 | 0 | 0 | 345 | 143 | 104 |
| Binary | 1011101 | 1111010 | 11111110 | 111111 | 110100 | 0 | 0 | 11100101 | 1100011 | 1000100 |
Color Harmonies of #5D7AFE
Complementary color
Monochromatic Colors of #5D7AFE
Black with #5D7AFE
Text Example
Text Example
White with #5D7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7AFE; }
p { color: rgb(93,122,254); }
H1.HeaderClassName
{
color: #5D7AFE;
}
.AnyTagClassName
{
color: #5D7AFE;
}
</style>
background-color css
<style>
a { background-color: #5D7AFE; }
a { background-color: rgb(93,122,254); }
div.DivClassName
{
background-color: #5D7AFE;
}
.BgClassName
{
background-color: #5D7AFE;
}
</style>
border-color css
<style>
span { border-color: #5D7AFE; }
span { border-color: rgb(93,122,254); }
td.TdClassName
{
border-color: #5D7AFE;
}
.TagClassName
{
border-color: #5D7AFE;
}
</style>