Shades of Cornflower Blue #5E7FFD
Tints of Cornflower Blue #5E7FFD
RGB
CMYK
RGB Variations
Color information
#5E7FFD (or 0x5E7FFD) is known color: Cornflower Blue. HEX triplet: 5E, 7F and FD. RGB value is (94,127,253). Sum of RGB (Red+Green+Blue) = 94+127+253=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E7FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E7FFD is #A18002. Grayscale: #828282. Windows color (decimal): -10584067 or 16613214. OLE color: 16613214.
HSL color Cylindrical-coordinate representation of color #5E7FFD: hue angle of 227.55º 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 #5E7FFD is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 94 | 127 | 253 | - |
CMYK | 0.63 | 0.50 | 0 | 0.01 |
HSL | 227.55º | 0.98% | 0.68% | - |
HSV(B) | 227.55º | 0.63% | 0.99% | - |
XYZ | 29.94 | 24.65 | 96.11 | - |
YUV | 131.5 | 196.57 | 101.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 127 | 253 | 0.63 | 0.50 | 0 | 0.01 | 227.55 | 0.98 | 0.68 |
Hex | 5E | 7F | FD | 3F | 32 | 0 | 1 | E4 | 62 | 44 |
Octal | 136 | 177 | 375 | 77 | 62 | 0 | 1 | 344 | 142 | 104 |
Binary | 1011110 | 1111111 | 11111101 | 111111 | 110010 | 0 | 1 | 11100100 | 1100010 | 1000100 |
Color Harmonies of #5E7FFD
Complementary color
Monochromatic Colors of #5E7FFD
Black with #5E7FFD
Text Example
Text Example
White with #5E7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7FFD; }
p { color: rgb(94,127,253); }
H1.HeaderClassName
{
color: #5E7FFD;
}
.AnyTagClassName
{
color: #5E7FFD;
}
</style>
background-color css
<style>
a { background-color: #5E7FFD; }
a { background-color: rgb(94,127,253); }
div.DivClassName
{
background-color: #5E7FFD;
}
.BgClassName
{
background-color: #5E7FFD;
}
</style>
border-color css
<style>
span { border-color: #5E7FFD; }
span { border-color: rgb(94,127,253); }
td.TdClassName
{
border-color: #5E7FFD;
}
.TagClassName
{
border-color: #5E7FFD;
}
</style>