Shades of Cornflower Blue #5595F1
Tints of Cornflower Blue #5595F1
RGB
CMYK
RGB Variations
Color information
#5595F1 (or 0x5595F1) is known color: Cornflower Blue. HEX triplet: 55, 95 and F1. RGB value is (85,149,241). Sum of RGB (Red+Green+Blue) = 85+149+241=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #5595F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5595F1 is #AA6A0E. Grayscale: #8B8B8B. Windows color (decimal): -11168271 or 15832405. OLE color: 15832405.
HSL color Cylindrical-coordinate representation of color #5595F1: hue angle of 215.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5595F1 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 149 | 241 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.05 |
| HSL | 215.38º | 0.85% | 0.64% | - |
| HSV(B) | 215.38º | 0.65% | 0.95% | - |
| XYZ | 30.37 | 29.78 | 87.37 | - |
| YUV | 140.35 | 184.8 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 241 | 0.65 | 0.38 | 0 | 0.05 | 215.38 | 0.85 | 0.64 |
| Hex | 55 | 95 | F1 | 41 | 26 | 0 | 5 | D7 | 55 | 40 |
| Octal | 125 | 225 | 361 | 101 | 46 | 0 | 5 | 327 | 125 | 100 |
| Binary | 1010101 | 10010101 | 11110001 | 1000001 | 100110 | 0 | 101 | 11010111 | 1010101 | 1000000 |
Color Harmonies of #5595F1
Complementary color
Monochromatic Colors of #5595F1
Black with #5595F1
Text Example
Text Example
White with #5595F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595F1; }
p { color: rgb(85,149,241); }
H1.HeaderClassName
{
color: #5595F1;
}
.AnyTagClassName
{
color: #5595F1;
}
</style>
background-color css
<style>
a { background-color: #5595F1; }
a { background-color: rgb(85,149,241); }
div.DivClassName
{
background-color: #5595F1;
}
.BgClassName
{
background-color: #5595F1;
}
</style>
border-color css
<style>
span { border-color: #5595F1; }
span { border-color: rgb(85,149,241); }
td.TdClassName
{
border-color: #5595F1;
}
.TagClassName
{
border-color: #5595F1;
}
</style>