Shades of Cornflower Blue #5A91F3
Tints of Cornflower Blue #5A91F3
RGB
CMYK
RGB Variations
Color information
#5A91F3 (or 0x5A91F3) is known color: Cornflower Blue. HEX triplet: 5A, 91 and F3. RGB value is (90,145,243). Sum of RGB (Red+Green+Blue) = 90+145+243=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A91F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A91F3 is #A56E0C. Grayscale: #8B8B8B. Windows color (decimal): -10841613 or 15962458. OLE color: 15962458.
HSL color Cylindrical-coordinate representation of color #5A91F3: hue angle of 218.43º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A91F3 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 145 | 243 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.05 |
| HSL | 218.43º | 0.86% | 0.65% | - |
| HSV(B) | 218.43º | 0.63% | 0.95% | - |
| XYZ | 30.52 | 28.9 | 88.76 | - |
| YUV | 139.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 243 | 0.63 | 0.40 | 0 | 0.05 | 218.43 | 0.86 | 0.65 |
| Hex | 5A | 91 | F3 | 3F | 28 | 0 | 5 | DA | 56 | 41 |
| Octal | 132 | 221 | 363 | 77 | 50 | 0 | 5 | 332 | 126 | 101 |
| Binary | 1011010 | 10010001 | 11110011 | 111111 | 101000 | 0 | 101 | 11011010 | 1010110 | 1000001 |
Color Harmonies of #5A91F3
Complementary color
Monochromatic Colors of #5A91F3
Black with #5A91F3
Text Example
Text Example
White with #5A91F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A91F3; }
p { color: rgb(90,145,243); }
H1.HeaderClassName
{
color: #5A91F3;
}
.AnyTagClassName
{
color: #5A91F3;
}
</style>
background-color css
<style>
a { background-color: #5A91F3; }
a { background-color: rgb(90,145,243); }
div.DivClassName
{
background-color: #5A91F3;
}
.BgClassName
{
background-color: #5A91F3;
}
</style>
border-color css
<style>
span { border-color: #5A91F3; }
span { border-color: rgb(90,145,243); }
td.TdClassName
{
border-color: #5A91F3;
}
.TagClassName
{
border-color: #5A91F3;
}
</style>