Shades of Cornflower Blue #5A8AFB
Tints of Cornflower Blue #5A8AFB
RGB
CMYK
RGB Variations
Color information
#5A8AFB (or 0x5A8AFB) is known color: Cornflower Blue. HEX triplet: 5A, 8A and FB. RGB value is (90,138,251). Sum of RGB (Red+Green+Blue) = 90+138+251=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8AFB is #A57504. Grayscale: #888888. Windows color (decimal): -10843397 or 16484954. OLE color: 16484954.
HSL color Cylindrical-coordinate representation of color #5A8AFB: hue angle of 222.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A8AFB is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 138 | 251 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.02 |
| HSL | 222.11º | 0.95% | 0.67% | - |
| HSV(B) | 222.11º | 0.64% | 0.98% | - |
| XYZ | 30.72 | 27.32 | 94.92 | - |
| YUV | 136.53 | 192.6 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 251 | 0.64 | 0.45 | 0 | 0.02 | 222.11 | 0.95 | 0.67 |
| Hex | 5A | 8A | FB | 40 | 2D | 0 | 2 | DE | 5F | 43 |
| Octal | 132 | 212 | 373 | 100 | 55 | 0 | 2 | 336 | 137 | 103 |
| Binary | 1011010 | 10001010 | 11111011 | 1000000 | 101101 | 0 | 10 | 11011110 | 1011111 | 1000011 |
Color Harmonies of #5A8AFB
Complementary color
Monochromatic Colors of #5A8AFB
Black with #5A8AFB
Text Example
Text Example
White with #5A8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8AFB; }
p { color: rgb(90,138,251); }
H1.HeaderClassName
{
color: #5A8AFB;
}
.AnyTagClassName
{
color: #5A8AFB;
}
</style>
background-color css
<style>
a { background-color: #5A8AFB; }
a { background-color: rgb(90,138,251); }
div.DivClassName
{
background-color: #5A8AFB;
}
.BgClassName
{
background-color: #5A8AFB;
}
</style>
border-color css
<style>
span { border-color: #5A8AFB; }
span { border-color: rgb(90,138,251); }
td.TdClassName
{
border-color: #5A8AFB;
}
.TagClassName
{
border-color: #5A8AFB;
}
</style>