Shades of Cornflower Blue #5E7BFF
Tints of Cornflower Blue #5E7BFF
RGB
CMYK
RGB Variations
Color information
#5E7BFF (or 0x5E7BFF) is known color: Cornflower Blue. HEX triplet: 5E, 7B and FF. RGB value is (94,123,255). Sum of RGB (Red+Green+Blue) = 94+123+255=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E7BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E7BFF is #A18400. Grayscale: #808080. Windows color (decimal): -10585089 or 16743262. OLE color: 16743262.
HSL color Cylindrical-coordinate representation of color #5E7BFF: hue angle of 229.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E7BFF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 123 | 255 | - |
| CMYK | 0.63 | 0.52 | 0 | 0 |
| HSL | 229.19º | 1% | 0.68% | - |
| HSV(B) | 229.19º | 0.63% | 1% | - |
| XYZ | 29.75 | 23.77 | 97.63 | - |
| YUV | 129.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 255 | 0.63 | 0.52 | 0 | 0 | 229.19 | 1 | 0.68 |
| Hex | 5E | 7B | FF | 3F | 34 | 0 | 0 | E5 | 64 | 44 |
| Octal | 136 | 173 | 377 | 77 | 64 | 0 | 0 | 345 | 144 | 104 |
| Binary | 1011110 | 1111011 | 11111111 | 111111 | 110100 | 0 | 0 | 11100101 | 1100100 | 1000100 |
Color Harmonies of #5E7BFF
Complementary color
Monochromatic Colors of #5E7BFF
Black with #5E7BFF
Text Example
Text Example
White with #5E7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7BFF; }
p { color: rgb(94,123,255); }
H1.HeaderClassName
{
color: #5E7BFF;
}
.AnyTagClassName
{
color: #5E7BFF;
}
</style>
background-color css
<style>
a { background-color: #5E7BFF; }
a { background-color: rgb(94,123,255); }
div.DivClassName
{
background-color: #5E7BFF;
}
.BgClassName
{
background-color: #5E7BFF;
}
</style>
border-color css
<style>
span { border-color: #5E7BFF; }
span { border-color: rgb(94,123,255); }
td.TdClassName
{
border-color: #5E7BFF;
}
.TagClassName
{
border-color: #5E7BFF;
}
</style>