Shades of Cornflower Blue #5D7CFA
Tints of Cornflower Blue #5D7CFA
RGB
CMYK
RGB Variations
Color information
#5D7CFA (or 0x5D7CFA) is known color: Cornflower Blue. HEX triplet: 5D, 7C and FA. RGB value is (93,124,250). Sum of RGB (Red+Green+Blue) = 93+124+250=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D7CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7CFA is #A28305. Grayscale: #808080. Windows color (decimal): -10650374 or 16415837. OLE color: 16415837.
HSL color Cylindrical-coordinate representation of color #5D7CFA: hue angle of 228.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D7CFA is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 124 | 250 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.02 |
| HSL | 228.15º | 0.94% | 0.67% | - |
| HSV(B) | 228.15º | 0.63% | 0.98% | - |
| XYZ | 28.98 | 23.64 | 93.48 | - |
| YUV | 129.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 124 | 250 | 0.63 | 0.50 | 0 | 0.02 | 228.15 | 0.94 | 0.67 |
| Hex | 5D | 7C | FA | 3F | 32 | 0 | 2 | E4 | 5E | 43 |
| Octal | 135 | 174 | 372 | 77 | 62 | 0 | 2 | 344 | 136 | 103 |
| Binary | 1011101 | 1111100 | 11111010 | 111111 | 110010 | 0 | 10 | 11100100 | 1011110 | 1000011 |
Color Harmonies of #5D7CFA
Complementary color
Monochromatic Colors of #5D7CFA
Black with #5D7CFA
Text Example
Text Example
White with #5D7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7CFA; }
p { color: rgb(93,124,250); }
H1.HeaderClassName
{
color: #5D7CFA;
}
.AnyTagClassName
{
color: #5D7CFA;
}
</style>
background-color css
<style>
a { background-color: #5D7CFA; }
a { background-color: rgb(93,124,250); }
div.DivClassName
{
background-color: #5D7CFA;
}
.BgClassName
{
background-color: #5D7CFA;
}
</style>
border-color css
<style>
span { border-color: #5D7CFA; }
span { border-color: rgb(93,124,250); }
td.TdClassName
{
border-color: #5D7CFA;
}
.TagClassName
{
border-color: #5D7CFA;
}
</style>