Shades of Cornflower Blue #5A8FFD
Tints of Cornflower Blue #5A8FFD
RGB
CMYK
RGB Variations
Color information
#5A8FFD (or 0x5A8FFD) is known color: Cornflower Blue. HEX triplet: 5A, 8F and FD. RGB value is (90,143,253). Sum of RGB (Red+Green+Blue) = 90+143+253=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A8FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8FFD is #A57002. Grayscale: #8B8B8B. Windows color (decimal): -10842115 or 16617306. OLE color: 16617306.
HSL color Cylindrical-coordinate representation of color #5A8FFD: hue angle of 220.49º 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 #5A8FFD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 143 | 253 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.01 |
| HSL | 220.49º | 0.98% | 0.67% | - |
| HSV(B) | 220.49º | 0.64% | 0.99% | - |
| XYZ | 31.77 | 28.91 | 96.83 | - |
| YUV | 139.69 | 191.94 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 253 | 0.64 | 0.43 | 0 | 0.01 | 220.49 | 0.98 | 0.67 |
| Hex | 5A | 8F | FD | 40 | 2B | 0 | 1 | DC | 62 | 43 |
| Octal | 132 | 217 | 375 | 100 | 53 | 0 | 1 | 334 | 142 | 103 |
| Binary | 1011010 | 10001111 | 11111101 | 1000000 | 101011 | 0 | 1 | 11011100 | 1100010 | 1000011 |
Color Harmonies of #5A8FFD
Complementary color
Monochromatic Colors of #5A8FFD
Black with #5A8FFD
Text Example
Text Example
White with #5A8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8FFD; }
p { color: rgb(90,143,253); }
H1.HeaderClassName
{
color: #5A8FFD;
}
.AnyTagClassName
{
color: #5A8FFD;
}
</style>
background-color css
<style>
a { background-color: #5A8FFD; }
a { background-color: rgb(90,143,253); }
div.DivClassName
{
background-color: #5A8FFD;
}
.BgClassName
{
background-color: #5A8FFD;
}
</style>
border-color css
<style>
span { border-color: #5A8FFD; }
span { border-color: rgb(90,143,253); }
td.TdClassName
{
border-color: #5A8FFD;
}
.TagClassName
{
border-color: #5A8FFD;
}
</style>