Shades of Cornflower Blue #5595EE
Tints of Cornflower Blue #5595EE
RGB
CMYK
RGB Variations
Color information
#5595EE (or 0x5595EE) is known color: Cornflower Blue. HEX triplet: 55, 95 and EE. RGB value is (85,149,238). Sum of RGB (Red+Green+Blue) = 85+149+238=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #5595EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5595EE is #AA6A11. Grayscale: #8B8B8B. Windows color (decimal): -11168274 or 15635797. OLE color: 15635797.
HSL color Cylindrical-coordinate representation of color #5595EE: hue angle of 214.9º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5595EE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 149 | 238 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.07 |
| HSL | 214.9º | 0.82% | 0.63% | - |
| HSV(B) | 214.9º | 0.64% | 0.93% | - |
| XYZ | 29.93 | 29.6 | 85.02 | - |
| YUV | 140.01 | 183.3 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 238 | 0.64 | 0.37 | 0 | 0.07 | 214.9 | 0.82 | 0.63 |
| Hex | 55 | 95 | EE | 40 | 25 | 0 | 7 | D7 | 52 | 3F |
| Octal | 125 | 225 | 356 | 100 | 45 | 0 | 7 | 327 | 122 | 77 |
| Binary | 1010101 | 10010101 | 11101110 | 1000000 | 100101 | 0 | 111 | 11010111 | 1010010 | 111111 |
Color Harmonies of #5595EE
Complementary color
Monochromatic Colors of #5595EE
Black with #5595EE
Text Example
Text Example
White with #5595EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595EE; }
p { color: rgb(85,149,238); }
H1.HeaderClassName
{
color: #5595EE;
}
.AnyTagClassName
{
color: #5595EE;
}
</style>
background-color css
<style>
a { background-color: #5595EE; }
a { background-color: rgb(85,149,238); }
div.DivClassName
{
background-color: #5595EE;
}
.BgClassName
{
background-color: #5595EE;
}
</style>
border-color css
<style>
span { border-color: #5595EE; }
span { border-color: rgb(85,149,238); }
td.TdClassName
{
border-color: #5595EE;
}
.TagClassName
{
border-color: #5595EE;
}
</style>