Shades of Cornflower Blue #5E8AFB
Tints of Cornflower Blue #5E8AFB
RGB
CMYK
RGB Variations
Color information
#5E8AFB (or 0x5E8AFB) is known color: Cornflower Blue. HEX triplet: 5E, 8A and FB. RGB value is (94,138,251). Sum of RGB (Red+Green+Blue) = 94+138+251=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8AFB is #A17504. Grayscale: #898989. Windows color (decimal): -10581253 or 16484958. OLE color: 16484958.
HSL color Cylindrical-coordinate representation of color #5E8AFB: hue angle of 223.18º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E8AFB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 138 | 251 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.02 |
| HSL | 223.18º | 0.95% | 0.68% | - |
| HSV(B) | 223.18º | 0.63% | 0.98% | - |
| XYZ | 31.12 | 27.52 | 94.94 | - |
| YUV | 137.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 251 | 0.63 | 0.45 | 0 | 0.02 | 223.18 | 0.95 | 0.68 |
| Hex | 5E | 8A | FB | 3F | 2D | 0 | 2 | DF | 5F | 44 |
| Octal | 136 | 212 | 373 | 77 | 55 | 0 | 2 | 337 | 137 | 104 |
| Binary | 1011110 | 10001010 | 11111011 | 111111 | 101101 | 0 | 10 | 11011111 | 1011111 | 1000100 |
Color Harmonies of #5E8AFB
Complementary color
Monochromatic Colors of #5E8AFB
Black with #5E8AFB
Text Example
Text Example
White with #5E8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8AFB; }
p { color: rgb(94,138,251); }
H1.HeaderClassName
{
color: #5E8AFB;
}
.AnyTagClassName
{
color: #5E8AFB;
}
</style>
background-color css
<style>
a { background-color: #5E8AFB; }
a { background-color: rgb(94,138,251); }
div.DivClassName
{
background-color: #5E8AFB;
}
.BgClassName
{
background-color: #5E8AFB;
}
</style>
border-color css
<style>
span { border-color: #5E8AFB; }
span { border-color: rgb(94,138,251); }
td.TdClassName
{
border-color: #5E8AFB;
}
.TagClassName
{
border-color: #5E8AFB;
}
</style>