Shades of Cornflower Blue #5A8BFE
Tints of Cornflower Blue #5A8BFE
RGB
CMYK
RGB Variations
Color information
#5A8BFE (or 0x5A8BFE) is known color: Cornflower Blue. HEX triplet: 5A, 8B and FE. RGB value is (90,139,254). Sum of RGB (Red+Green+Blue) = 90+139+254=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A8BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BFE is #A57401. Grayscale: #888888. Windows color (decimal): -10843138 or 16681818. OLE color: 16681818.
HSL color Cylindrical-coordinate representation of color #5A8BFE: hue angle of 222.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A8BFE is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 139 | 254 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.00 |
| HSL | 222.07º | 0.99% | 0.67% | - |
| HSV(B) | 222.07º | 0.65% | 1% | - |
| XYZ | 31.34 | 27.79 | 97.48 | - |
| YUV | 137.46 | 193.77 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 254 | 0.65 | 0.45 | 0 | 0.00 | 222.07 | 0.99 | 0.67 |
| Hex | 5A | 8B | FE | 41 | 2D | 0 | 0 | DE | 63 | 43 |
| Octal | 132 | 213 | 376 | 101 | 55 | 0 | 0 | 336 | 143 | 103 |
| Binary | 1011010 | 10001011 | 11111110 | 1000001 | 101101 | 0 | 0 | 11011110 | 1100011 | 1000011 |
Color Harmonies of #5A8BFE
Complementary color
Monochromatic Colors of #5A8BFE
Black with #5A8BFE
Text Example
Text Example
White with #5A8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BFE; }
p { color: rgb(90,139,254); }
H1.HeaderClassName
{
color: #5A8BFE;
}
.AnyTagClassName
{
color: #5A8BFE;
}
</style>
background-color css
<style>
a { background-color: #5A8BFE; }
a { background-color: rgb(90,139,254); }
div.DivClassName
{
background-color: #5A8BFE;
}
.BgClassName
{
background-color: #5A8BFE;
}
</style>
border-color css
<style>
span { border-color: #5A8BFE; }
span { border-color: rgb(90,139,254); }
td.TdClassName
{
border-color: #5A8BFE;
}
.TagClassName
{
border-color: #5A8BFE;
}
</style>