Shades of Cornflower Blue #5A8FDC
Tints of Cornflower Blue #5A8FDC
RGB
CMYK
RGB Variations
Color information
#5A8FDC (or 0x5A8FDC) is known color: Cornflower Blue. HEX triplet: 5A, 8F and DC. RGB value is (90,143,220). Sum of RGB (Red+Green+Blue) = 90+143+220=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8FDC is #A57023. Grayscale: #878787. Windows color (decimal): -10842148 or 14454618. OLE color: 14454618.
HSL color Cylindrical-coordinate representation of color #5A8FDC: hue angle of 215.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8FDC is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 143 | 220 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.14 |
| HSL | 215.54º | 0.65% | 0.61% | - |
| HSV(B) | 215.54º | 0.59% | 0.86% | - |
| XYZ | 26.96 | 26.99 | 71.5 | - |
| YUV | 135.93 | 175.44 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 220 | 0.59 | 0.35 | 0 | 0.14 | 215.54 | 0.65 | 0.61 |
| Hex | 5A | 8F | DC | 3B | 23 | 0 | E | D8 | 41 | 3D |
| Octal | 132 | 217 | 334 | 73 | 43 | 0 | 16 | 330 | 101 | 75 |
| Binary | 1011010 | 10001111 | 11011100 | 111011 | 100011 | 0 | 1110 | 11011000 | 1000001 | 111101 |
Color Harmonies of #5A8FDC
Complementary color
Monochromatic Colors of #5A8FDC
Black with #5A8FDC
Text Example
Text Example
White with #5A8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8FDC; }
p { color: rgb(90,143,220); }
H1.HeaderClassName
{
color: #5A8FDC;
}
.AnyTagClassName
{
color: #5A8FDC;
}
</style>
background-color css
<style>
a { background-color: #5A8FDC; }
a { background-color: rgb(90,143,220); }
div.DivClassName
{
background-color: #5A8FDC;
}
.BgClassName
{
background-color: #5A8FDC;
}
</style>
border-color css
<style>
span { border-color: #5A8FDC; }
span { border-color: rgb(90,143,220); }
td.TdClassName
{
border-color: #5A8FDC;
}
.TagClassName
{
border-color: #5A8FDC;
}
</style>