Shades of Cornflower Blue #5581EF
Tints of Cornflower Blue #5581EF
RGB
CMYK
RGB Variations
Color information
#5581EF (or 0x5581EF) is known color: Cornflower Blue. HEX triplet: 55, 81 and EF. RGB value is (85,129,239). Sum of RGB (Red+Green+Blue) = 85+129+239=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #5581EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5581EF is #AA7E10. Grayscale: #7F7F7F. Windows color (decimal): -11173393 or 15696213. OLE color: 15696213.
HSL color Cylindrical-coordinate representation of color #5581EF: hue angle of 222.86º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5581EF is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 129 | 239 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.06 |
| HSL | 222.86º | 0.83% | 0.64% | - |
| HSV(B) | 222.86º | 0.64% | 0.94% | - |
| XYZ | 27.18 | 23.86 | 84.84 | - |
| YUV | 128.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 239 | 0.64 | 0.46 | 0 | 0.06 | 222.86 | 0.83 | 0.64 |
| Hex | 55 | 81 | EF | 40 | 2E | 0 | 6 | DF | 53 | 40 |
| Octal | 125 | 201 | 357 | 100 | 56 | 0 | 6 | 337 | 123 | 100 |
| Binary | 1010101 | 10000001 | 11101111 | 1000000 | 101110 | 0 | 110 | 11011111 | 1010011 | 1000000 |
Color Harmonies of #5581EF
Complementary color
Monochromatic Colors of #5581EF
Black with #5581EF
Text Example
Text Example
White with #5581EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581EF; }
p { color: rgb(85,129,239); }
H1.HeaderClassName
{
color: #5581EF;
}
.AnyTagClassName
{
color: #5581EF;
}
</style>
background-color css
<style>
a { background-color: #5581EF; }
a { background-color: rgb(85,129,239); }
div.DivClassName
{
background-color: #5581EF;
}
.BgClassName
{
background-color: #5581EF;
}
</style>
border-color css
<style>
span { border-color: #5581EF; }
span { border-color: rgb(85,129,239); }
td.TdClassName
{
border-color: #5581EF;
}
.TagClassName
{
border-color: #5581EF;
}
</style>