Shades of Cornflower Blue #5A91FD
Tints of Cornflower Blue #5A91FD
RGB
CMYK
RGB Variations
Color information
#5A91FD (or 0x5A91FD) is known color: Cornflower Blue. HEX triplet: 5A, 91 and FD. RGB value is (90,145,253). Sum of RGB (Red+Green+Blue) = 90+145+253=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A91FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A91FD is #A56E02. Grayscale: #8C8C8C. Windows color (decimal): -10841603 or 16617818. OLE color: 16617818.
HSL color Cylindrical-coordinate representation of color #5A91FD: hue angle of 219.75º 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 #5A91FD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 145 | 253 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.01 |
| HSL | 219.75º | 0.98% | 0.67% | - |
| HSV(B) | 219.75º | 0.64% | 0.99% | - |
| XYZ | 32.07 | 29.52 | 96.94 | - |
| YUV | 140.87 | 191.28 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 253 | 0.64 | 0.43 | 0 | 0.01 | 219.75 | 0.98 | 0.67 |
| Hex | 5A | 91 | FD | 40 | 2B | 0 | 1 | DC | 62 | 43 |
| Octal | 132 | 221 | 375 | 100 | 53 | 0 | 1 | 334 | 142 | 103 |
| Binary | 1011010 | 10010001 | 11111101 | 1000000 | 101011 | 0 | 1 | 11011100 | 1100010 | 1000011 |
Color Harmonies of #5A91FD
Complementary color
Monochromatic Colors of #5A91FD
Black with #5A91FD
Text Example
Text Example
White with #5A91FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A91FD; }
p { color: rgb(90,145,253); }
H1.HeaderClassName
{
color: #5A91FD;
}
.AnyTagClassName
{
color: #5A91FD;
}
</style>
background-color css
<style>
a { background-color: #5A91FD; }
a { background-color: rgb(90,145,253); }
div.DivClassName
{
background-color: #5A91FD;
}
.BgClassName
{
background-color: #5A91FD;
}
</style>
border-color css
<style>
span { border-color: #5A91FD; }
span { border-color: rgb(90,145,253); }
td.TdClassName
{
border-color: #5A91FD;
}
.TagClassName
{
border-color: #5A91FD;
}
</style>