Shades of Cornflower Blue #5595FF
Tints of Cornflower Blue #5595FF
RGB
CMYK
RGB Variations
Color information
#5595FF (or 0x5595FF) is known color: Cornflower Blue. HEX triplet: 55, 95 and FF. RGB value is (85,149,255). Sum of RGB (Red+Green+Blue) = 85+149+255=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #5595FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5595FF is #AA6A00. Grayscale: #8D8D8D. Windows color (decimal): -11168257 or 16749909. OLE color: 16749909.
HSL color Cylindrical-coordinate representation of color #5595FF: hue angle of 217.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5595FF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 149 | 255 | - |
| CMYK | 0.67 | 0.42 | 0 | 0 |
| HSL | 217.41º | 1% | 0.67% | - |
| HSV(B) | 217.41º | 0.67% | 1% | - |
| XYZ | 32.54 | 30.65 | 98.81 | - |
| YUV | 141.95 | 191.8 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 255 | 0.67 | 0.42 | 0 | 0 | 217.41 | 1 | 0.67 |
| Hex | 55 | 95 | FF | 43 | 2A | 0 | 0 | D9 | 64 | 43 |
| Octal | 125 | 225 | 377 | 103 | 52 | 0 | 0 | 331 | 144 | 103 |
| Binary | 1010101 | 10010101 | 11111111 | 1000011 | 101010 | 0 | 0 | 11011001 | 1100100 | 1000011 |
Color Harmonies of #5595FF
Complementary color
Monochromatic Colors of #5595FF
Black with #5595FF
Text Example
Text Example
White with #5595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595FF; }
p { color: rgb(85,149,255); }
H1.HeaderClassName
{
color: #5595FF;
}
.AnyTagClassName
{
color: #5595FF;
}
</style>
background-color css
<style>
a { background-color: #5595FF; }
a { background-color: rgb(85,149,255); }
div.DivClassName
{
background-color: #5595FF;
}
.BgClassName
{
background-color: #5595FF;
}
</style>
border-color css
<style>
span { border-color: #5595FF; }
span { border-color: rgb(85,149,255); }
td.TdClassName
{
border-color: #5595FF;
}
.TagClassName
{
border-color: #5595FF;
}
</style>