Shades of Cornflower Blue #5095F1
Tints of Cornflower Blue #5095F1
RGB
CMYK
RGB Variations
Color information
#5095F1 (or 0x5095F1) is known color: Cornflower Blue. HEX triplet: 50, 95 and F1. RGB value is (80,149,241). Sum of RGB (Red+Green+Blue) = 80+149+241=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #5095F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5095F1 is #AF6A0E. Grayscale: #8A8A8A. Windows color (decimal): -11495951 or 15832400. OLE color: 15832400.
HSL color Cylindrical-coordinate representation of color #5095F1: hue angle of 214.29º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5095F1 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 149 | 241 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.05 |
| HSL | 214.29º | 0.85% | 0.63% | - |
| HSV(B) | 214.29º | 0.67% | 0.95% | - |
| XYZ | 29.93 | 29.55 | 87.35 | - |
| YUV | 138.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 241 | 0.67 | 0.38 | 0 | 0.05 | 214.29 | 0.85 | 0.63 |
| Hex | 50 | 95 | F1 | 43 | 26 | 0 | 5 | D6 | 55 | 3F |
| Octal | 120 | 225 | 361 | 103 | 46 | 0 | 5 | 326 | 125 | 77 |
| Binary | 1010000 | 10010101 | 11110001 | 1000011 | 100110 | 0 | 101 | 11010110 | 1010101 | 111111 |
Color Harmonies of #5095F1
Complementary color
Monochromatic Colors of #5095F1
Black with #5095F1
Text Example
Text Example
White with #5095F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5095F1; }
p { color: rgb(80,149,241); }
H1.HeaderClassName
{
color: #5095F1;
}
.AnyTagClassName
{
color: #5095F1;
}
</style>
background-color css
<style>
a { background-color: #5095F1; }
a { background-color: rgb(80,149,241); }
div.DivClassName
{
background-color: #5095F1;
}
.BgClassName
{
background-color: #5095F1;
}
</style>
border-color css
<style>
span { border-color: #5095F1; }
span { border-color: rgb(80,149,241); }
td.TdClassName
{
border-color: #5095F1;
}
.TagClassName
{
border-color: #5095F1;
}
</style>