Shades of Cornflower Blue #5A8CFD
Tints of Cornflower Blue #5A8CFD
RGB
CMYK
RGB Variations
Color information
#5A8CFD (or 0x5A8CFD) is known color: Cornflower Blue. HEX triplet: 5A, 8C and FD. RGB value is (90,140,253). Sum of RGB (Red+Green+Blue) = 90+140+253=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A8CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8CFD is #A57302. Grayscale: #898989. Windows color (decimal): -10842883 or 16616538. OLE color: 16616538.
HSL color Cylindrical-coordinate representation of color #5A8CFD: hue angle of 221.6º 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 #5A8CFD is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 140 | 253 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.01 |
| HSL | 221.6º | 0.98% | 0.67% | - |
| HSV(B) | 221.6º | 0.64% | 0.99% | - |
| XYZ | 31.32 | 28.02 | 96.69 | - |
| YUV | 137.93 | 192.94 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 253 | 0.64 | 0.45 | 0 | 0.01 | 221.6 | 0.98 | 0.67 |
| Hex | 5A | 8C | FD | 40 | 2D | 0 | 1 | DE | 62 | 43 |
| Octal | 132 | 214 | 375 | 100 | 55 | 0 | 1 | 336 | 142 | 103 |
| Binary | 1011010 | 10001100 | 11111101 | 1000000 | 101101 | 0 | 1 | 11011110 | 1100010 | 1000011 |
Color Harmonies of #5A8CFD
Complementary color
Monochromatic Colors of #5A8CFD
Black with #5A8CFD
Text Example
Text Example
White with #5A8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CFD; }
p { color: rgb(90,140,253); }
H1.HeaderClassName
{
color: #5A8CFD;
}
.AnyTagClassName
{
color: #5A8CFD;
}
</style>
background-color css
<style>
a { background-color: #5A8CFD; }
a { background-color: rgb(90,140,253); }
div.DivClassName
{
background-color: #5A8CFD;
}
.BgClassName
{
background-color: #5A8CFD;
}
</style>
border-color css
<style>
span { border-color: #5A8CFD; }
span { border-color: rgb(90,140,253); }
td.TdClassName
{
border-color: #5A8CFD;
}
.TagClassName
{
border-color: #5A8CFD;
}
</style>