Shades of Cornflower Blue #5A8EFD
Tints of Cornflower Blue #5A8EFD
RGB
CMYK
RGB Variations
Color information
#5A8EFD (or 0x5A8EFD) is known color: Cornflower Blue. HEX triplet: 5A, 8E and FD. RGB value is (90,142,253). Sum of RGB (Red+Green+Blue) = 90+142+253=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A8EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8EFD is #A57102. Grayscale: #8A8A8A. Windows color (decimal): -10842371 or 16617050. OLE color: 16617050.
HSL color Cylindrical-coordinate representation of color #5A8EFD: hue angle of 220.86º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A8EFD is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 142 | 253 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.01 |
| HSL | 220.86º | 0.98% | 0.67% | - |
| HSV(B) | 220.86º | 0.64% | 0.99% | - |
| XYZ | 31.62 | 28.61 | 96.78 | - |
| YUV | 139.11 | 192.27 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 253 | 0.64 | 0.44 | 0 | 0.01 | 220.86 | 0.98 | 0.67 |
| Hex | 5A | 8E | FD | 40 | 2C | 0 | 1 | DD | 62 | 43 |
| Octal | 132 | 216 | 375 | 100 | 54 | 0 | 1 | 335 | 142 | 103 |
| Binary | 1011010 | 10001110 | 11111101 | 1000000 | 101100 | 0 | 1 | 11011101 | 1100010 | 1000011 |
Color Harmonies of #5A8EFD
Complementary color
Monochromatic Colors of #5A8EFD
Black with #5A8EFD
Text Example
Text Example
White with #5A8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8EFD; }
p { color: rgb(90,142,253); }
H1.HeaderClassName
{
color: #5A8EFD;
}
.AnyTagClassName
{
color: #5A8EFD;
}
</style>
background-color css
<style>
a { background-color: #5A8EFD; }
a { background-color: rgb(90,142,253); }
div.DivClassName
{
background-color: #5A8EFD;
}
.BgClassName
{
background-color: #5A8EFD;
}
</style>
border-color css
<style>
span { border-color: #5A8EFD; }
span { border-color: rgb(90,142,253); }
td.TdClassName
{
border-color: #5A8EFD;
}
.TagClassName
{
border-color: #5A8EFD;
}
</style>