Shades of Cornflower Blue #5A98F3
Tints of Cornflower Blue #5A98F3
RGB
CMYK
RGB Variations
Color information
#5A98F3 (or 0x5A98F3) is known color: Cornflower Blue. HEX triplet: 5A, 98 and F3. RGB value is (90,152,243). Sum of RGB (Red+Green+Blue) = 90+152+243=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A98F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A98F3 is #A5670C. Grayscale: #8F8F8F. Windows color (decimal): -10839821 or 15964250. OLE color: 15964250.
HSL color Cylindrical-coordinate representation of color #5A98F3: hue angle of 215.69º 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 #5A98F3 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 152 | 243 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.05 |
| HSL | 215.69º | 0.86% | 0.65% | - |
| HSV(B) | 215.69º | 0.63% | 0.95% | - |
| XYZ | 31.62 | 31.1 | 89.13 | - |
| YUV | 143.84 | 183.96 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 243 | 0.63 | 0.37 | 0 | 0.05 | 215.69 | 0.86 | 0.65 |
| Hex | 5A | 98 | F3 | 3F | 25 | 0 | 5 | D8 | 56 | 41 |
| Octal | 132 | 230 | 363 | 77 | 45 | 0 | 5 | 330 | 126 | 101 |
| Binary | 1011010 | 10011000 | 11110011 | 111111 | 100101 | 0 | 101 | 11011000 | 1010110 | 1000001 |
Color Harmonies of #5A98F3
Complementary color
Monochromatic Colors of #5A98F3
Black with #5A98F3
Text Example
Text Example
White with #5A98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A98F3; }
p { color: rgb(90,152,243); }
H1.HeaderClassName
{
color: #5A98F3;
}
.AnyTagClassName
{
color: #5A98F3;
}
</style>
background-color css
<style>
a { background-color: #5A98F3; }
a { background-color: rgb(90,152,243); }
div.DivClassName
{
background-color: #5A98F3;
}
.BgClassName
{
background-color: #5A98F3;
}
</style>
border-color css
<style>
span { border-color: #5A98F3; }
span { border-color: rgb(90,152,243); }
td.TdClassName
{
border-color: #5A98F3;
}
.TagClassName
{
border-color: #5A98F3;
}
</style>