Shades of Cornflower Blue #5595FE
Tints of Cornflower Blue #5595FE
RGB
CMYK
RGB Variations
Color information
#5595FE (or 0x5595FE) is known color: Cornflower Blue. HEX triplet: 55, 95 and FE. RGB value is (85,149,254). Sum of RGB (Red+Green+Blue) = 85+149+254=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #5595FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5595FE is #AA6A01. Grayscale: #8D8D8D. Windows color (decimal): -11168258 or 16684373. OLE color: 16684373.
HSL color Cylindrical-coordinate representation of color #5595FE: hue angle of 217.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5595FE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 149 | 254 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.00 |
| HSL | 217.28º | 0.99% | 0.66% | - |
| HSV(B) | 217.28º | 0.67% | 1% | - |
| XYZ | 32.38 | 30.58 | 97.96 | - |
| YUV | 141.83 | 191.3 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 254 | 0.67 | 0.41 | 0 | 0.00 | 217.28 | 0.99 | 0.66 |
| Hex | 55 | 95 | FE | 43 | 29 | 0 | 0 | D9 | 63 | 42 |
| Octal | 125 | 225 | 376 | 103 | 51 | 0 | 0 | 331 | 143 | 102 |
| Binary | 1010101 | 10010101 | 11111110 | 1000011 | 101001 | 0 | 0 | 11011001 | 1100011 | 1000010 |
Color Harmonies of #5595FE
Complementary color
Monochromatic Colors of #5595FE
Black with #5595FE
Text Example
Text Example
White with #5595FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595FE; }
p { color: rgb(85,149,254); }
H1.HeaderClassName
{
color: #5595FE;
}
.AnyTagClassName
{
color: #5595FE;
}
</style>
background-color css
<style>
a { background-color: #5595FE; }
a { background-color: rgb(85,149,254); }
div.DivClassName
{
background-color: #5595FE;
}
.BgClassName
{
background-color: #5595FE;
}
</style>
border-color css
<style>
span { border-color: #5595FE; }
span { border-color: rgb(85,149,254); }
td.TdClassName
{
border-color: #5595FE;
}
.TagClassName
{
border-color: #5595FE;
}
</style>