Shades of Cornflower Blue #5A8FDD
Tints of Cornflower Blue #5A8FDD
RGB
CMYK
RGB Variations
Color information
#5A8FDD (or 0x5A8FDD) is known color: Cornflower Blue. HEX triplet: 5A, 8F and DD. RGB value is (90,143,221). Sum of RGB (Red+Green+Blue) = 90+143+221=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8FDD is #A57022. Grayscale: #878787. Windows color (decimal): -10842147 or 14520154. OLE color: 14520154.
HSL color Cylindrical-coordinate representation of color #5A8FDD: hue angle of 215.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8FDD is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 143 | 221 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.13 |
| HSL | 215.73º | 0.66% | 0.61% | - |
| HSV(B) | 215.73º | 0.59% | 0.87% | - |
| XYZ | 27.09 | 27.04 | 72.2 | - |
| YUV | 136.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 221 | 0.59 | 0.35 | 0 | 0.13 | 215.73 | 0.66 | 0.61 |
| Hex | 5A | 8F | DD | 3B | 23 | 0 | D | D8 | 42 | 3D |
| Octal | 132 | 217 | 335 | 73 | 43 | 0 | 15 | 330 | 102 | 75 |
| Binary | 1011010 | 10001111 | 11011101 | 111011 | 100011 | 0 | 1101 | 11011000 | 1000010 | 111101 |
Color Harmonies of #5A8FDD
Complementary color
Monochromatic Colors of #5A8FDD
Black with #5A8FDD
Text Example
Text Example
White with #5A8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8FDD; }
p { color: rgb(90,143,221); }
H1.HeaderClassName
{
color: #5A8FDD;
}
.AnyTagClassName
{
color: #5A8FDD;
}
</style>
background-color css
<style>
a { background-color: #5A8FDD; }
a { background-color: rgb(90,143,221); }
div.DivClassName
{
background-color: #5A8FDD;
}
.BgClassName
{
background-color: #5A8FDD;
}
</style>
border-color css
<style>
span { border-color: #5A8FDD; }
span { border-color: rgb(90,143,221); }
td.TdClassName
{
border-color: #5A8FDD;
}
.TagClassName
{
border-color: #5A8FDD;
}
</style>