Shades of Cornflower Blue #5D7AFC
Tints of Cornflower Blue #5D7AFC
RGB
CMYK
RGB Variations
Color information
#5D7AFC (or 0x5D7AFC) is known color: Cornflower Blue. HEX triplet: 5D, 7A and FC. RGB value is (93,122,252). Sum of RGB (Red+Green+Blue) = 93+122+252=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7AFC is #A28503. Grayscale: #7F7F7F. Windows color (decimal): -10650884 or 16546397. OLE color: 16546397.
HSL color Cylindrical-coordinate representation of color #5D7AFC: hue angle of 229.06º 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 #5D7AFC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 122 | 252 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.01 |
| HSL | 229.06º | 0.96% | 0.68% | - |
| HSV(B) | 229.06º | 0.63% | 0.99% | - |
| XYZ | 29.04 | 23.27 | 95.06 | - |
| YUV | 128.15 | 197.89 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 122 | 252 | 0.63 | 0.52 | 0 | 0.01 | 229.06 | 0.96 | 0.68 |
| Hex | 5D | 7A | FC | 3F | 34 | 0 | 1 | E5 | 60 | 44 |
| Octal | 135 | 172 | 374 | 77 | 64 | 0 | 1 | 345 | 140 | 104 |
| Binary | 1011101 | 1111010 | 11111100 | 111111 | 110100 | 0 | 1 | 11100101 | 1100000 | 1000100 |
Color Harmonies of #5D7AFC
Complementary color
Monochromatic Colors of #5D7AFC
Black with #5D7AFC
Text Example
Text Example
White with #5D7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7AFC; }
p { color: rgb(93,122,252); }
H1.HeaderClassName
{
color: #5D7AFC;
}
.AnyTagClassName
{
color: #5D7AFC;
}
</style>
background-color css
<style>
a { background-color: #5D7AFC; }
a { background-color: rgb(93,122,252); }
div.DivClassName
{
background-color: #5D7AFC;
}
.BgClassName
{
background-color: #5D7AFC;
}
</style>
border-color css
<style>
span { border-color: #5D7AFC; }
span { border-color: rgb(93,122,252); }
td.TdClassName
{
border-color: #5D7AFC;
}
.TagClassName
{
border-color: #5D7AFC;
}
</style>