Shades of Cornflower Blue #5581FA
Tints of Cornflower Blue #5581FA
RGB
CMYK
RGB Variations
Color information
#5581FA (or 0x5581FA) is known color: Cornflower Blue. HEX triplet: 55, 81 and FA. RGB value is (85,129,250). Sum of RGB (Red+Green+Blue) = 85+129+250=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #5581FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5581FA is #AA7E05. Grayscale: #818181. Windows color (decimal): -11173382 or 16417109. OLE color: 16417109.
HSL color Cylindrical-coordinate representation of color #5581FA: hue angle of 224º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5581FA is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 129 | 250 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.02 |
| HSL | 224º | 0.94% | 0.66% | - |
| HSV(B) | 224º | 0.66% | 0.98% | - |
| XYZ | 28.85 | 24.53 | 93.66 | - |
| YUV | 129.64 | 195.92 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 250 | 0.66 | 0.48 | 0 | 0.02 | 224 | 0.94 | 0.66 |
| Hex | 55 | 81 | FA | 42 | 30 | 0 | 2 | E0 | 5E | 42 |
| Octal | 125 | 201 | 372 | 102 | 60 | 0 | 2 | 340 | 136 | 102 |
| Binary | 1010101 | 10000001 | 11111010 | 1000010 | 110000 | 0 | 10 | 11100000 | 1011110 | 1000010 |
Color Harmonies of #5581FA
Complementary color
Monochromatic Colors of #5581FA
Black with #5581FA
Text Example
Text Example
White with #5581FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581FA; }
p { color: rgb(85,129,250); }
H1.HeaderClassName
{
color: #5581FA;
}
.AnyTagClassName
{
color: #5581FA;
}
</style>
background-color css
<style>
a { background-color: #5581FA; }
a { background-color: rgb(85,129,250); }
div.DivClassName
{
background-color: #5581FA;
}
.BgClassName
{
background-color: #5581FA;
}
</style>
border-color css
<style>
span { border-color: #5581FA; }
span { border-color: rgb(85,129,250); }
td.TdClassName
{
border-color: #5581FA;
}
.TagClassName
{
border-color: #5581FA;
}
</style>