Shades of Cornflower Blue #5A8AFF
Tints of Cornflower Blue #5A8AFF
RGB
CMYK
RGB Variations
Color information
#5A8AFF (or 0x5A8AFF) is known color: Cornflower Blue. HEX triplet: 5A, 8A and FF. RGB value is (90,138,255). Sum of RGB (Red+Green+Blue) = 90+138+255=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8AFF is #A57500. Grayscale: #888888. Windows color (decimal): -10843393 or 16747098. OLE color: 16747098.
HSL color Cylindrical-coordinate representation of color #5A8AFF: hue angle of 222.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A8AFF is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 138 | 255 | - |
| CMYK | 0.65 | 0.46 | 0 | 0 |
| HSL | 222.55º | 1% | 0.68% | - |
| HSV(B) | 222.55º | 0.65% | 1% | - |
| XYZ | 31.35 | 27.57 | 98.28 | - |
| YUV | 136.99 | 194.6 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 255 | 0.65 | 0.46 | 0 | 0 | 222.55 | 1 | 0.68 |
| Hex | 5A | 8A | FF | 41 | 2E | 0 | 0 | DF | 64 | 44 |
| Octal | 132 | 212 | 377 | 101 | 56 | 0 | 0 | 337 | 144 | 104 |
| Binary | 1011010 | 10001010 | 11111111 | 1000001 | 101110 | 0 | 0 | 11011111 | 1100100 | 1000100 |
Color Harmonies of #5A8AFF
Complementary color
Monochromatic Colors of #5A8AFF
Black with #5A8AFF
Text Example
Text Example
White with #5A8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8AFF; }
p { color: rgb(90,138,255); }
H1.HeaderClassName
{
color: #5A8AFF;
}
.AnyTagClassName
{
color: #5A8AFF;
}
</style>
background-color css
<style>
a { background-color: #5A8AFF; }
a { background-color: rgb(90,138,255); }
div.DivClassName
{
background-color: #5A8AFF;
}
.BgClassName
{
background-color: #5A8AFF;
}
</style>
border-color css
<style>
span { border-color: #5A8AFF; }
span { border-color: rgb(90,138,255); }
td.TdClassName
{
border-color: #5A8AFF;
}
.TagClassName
{
border-color: #5A8AFF;
}
</style>