Shades of Cornflower Blue #5D7DFE
Tints of Cornflower Blue #5D7DFE
RGB
CMYK
RGB Variations
Color information
#5D7DFE (or 0x5D7DFE) is known color: Cornflower Blue. HEX triplet: 5D, 7D and FE. RGB value is (93,125,254). Sum of RGB (Red+Green+Blue) = 93+125+254=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D7DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7DFE is #A28201. Grayscale: #818181. Windows color (decimal): -10650114 or 16678237. OLE color: 16678237.
HSL color Cylindrical-coordinate representation of color #5D7DFE: hue angle of 228.07º 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 #5D7DFE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 125 | 254 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.00 |
| HSL | 228.07º | 0.99% | 0.68% | - |
| HSV(B) | 228.07º | 0.63% | 1% | - |
| XYZ | 29.74 | 24.15 | 96.86 | - |
| YUV | 130.14 | 197.9 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 125 | 254 | 0.63 | 0.51 | 0 | 0.00 | 228.07 | 0.99 | 0.68 |
| Hex | 5D | 7D | FE | 3F | 33 | 0 | 0 | E4 | 63 | 44 |
| Octal | 135 | 175 | 376 | 77 | 63 | 0 | 0 | 344 | 143 | 104 |
| Binary | 1011101 | 1111101 | 11111110 | 111111 | 110011 | 0 | 0 | 11100100 | 1100011 | 1000100 |
Color Harmonies of #5D7DFE
Complementary color
Monochromatic Colors of #5D7DFE
Black with #5D7DFE
Text Example
Text Example
White with #5D7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7DFE; }
p { color: rgb(93,125,254); }
H1.HeaderClassName
{
color: #5D7DFE;
}
.AnyTagClassName
{
color: #5D7DFE;
}
</style>
background-color css
<style>
a { background-color: #5D7DFE; }
a { background-color: rgb(93,125,254); }
div.DivClassName
{
background-color: #5D7DFE;
}
.BgClassName
{
background-color: #5D7DFE;
}
</style>
border-color css
<style>
span { border-color: #5D7DFE; }
span { border-color: rgb(93,125,254); }
td.TdClassName
{
border-color: #5D7DFE;
}
.TagClassName
{
border-color: #5D7DFE;
}
</style>