Shades of Cornflower Blue #5E7DFD
Tints of Cornflower Blue #5E7DFD
RGB
CMYK
RGB Variations
Color information
#5E7DFD (or 0x5E7DFD) is known color: Cornflower Blue. HEX triplet: 5E, 7D and FD. RGB value is (94,125,253). Sum of RGB (Red+Green+Blue) = 94+125+253=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E7DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E7DFD is #A18202. Grayscale: #818181. Windows color (decimal): -10584579 or 16612702. OLE color: 16612702.
HSL color Cylindrical-coordinate representation of color #5E7DFD: hue angle of 228.3º degrees, saturation: 0.98, 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 #5E7DFD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 125 | 253 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.01 |
| HSL | 228.3º | 0.98% | 0.68% | - |
| HSV(B) | 228.3º | 0.63% | 0.99% | - |
| XYZ | 29.68 | 24.14 | 96.02 | - |
| YUV | 130.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 125 | 253 | 0.63 | 0.51 | 0 | 0.01 | 228.3 | 0.98 | 0.68 |
| Hex | 5E | 7D | FD | 3F | 33 | 0 | 1 | E4 | 62 | 44 |
| Octal | 136 | 175 | 375 | 77 | 63 | 0 | 1 | 344 | 142 | 104 |
| Binary | 1011110 | 1111101 | 11111101 | 111111 | 110011 | 0 | 1 | 11100100 | 1100010 | 1000100 |
Color Harmonies of #5E7DFD
Complementary color
Monochromatic Colors of #5E7DFD
Black with #5E7DFD
Text Example
Text Example
White with #5E7DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7DFD; }
p { color: rgb(94,125,253); }
H1.HeaderClassName
{
color: #5E7DFD;
}
.AnyTagClassName
{
color: #5E7DFD;
}
</style>
background-color css
<style>
a { background-color: #5E7DFD; }
a { background-color: rgb(94,125,253); }
div.DivClassName
{
background-color: #5E7DFD;
}
.BgClassName
{
background-color: #5E7DFD;
}
</style>
border-color css
<style>
span { border-color: #5E7DFD; }
span { border-color: rgb(94,125,253); }
td.TdClassName
{
border-color: #5E7DFD;
}
.TagClassName
{
border-color: #5E7DFD;
}
</style>