Shades of Cornflower Blue #5095FE
Tints of Cornflower Blue #5095FE
RGB
CMYK
RGB Variations
Color information
#5095FE (or 0x5095FE) is known color: Cornflower Blue. HEX triplet: 50, 95 and FE. RGB value is (80,149,254). Sum of RGB (Red+Green+Blue) = 80+149+254=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #5095FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5095FE is #AF6A01. Grayscale: #8B8B8B. Windows color (decimal): -11495938 or 16684368. OLE color: 16684368.
HSL color Cylindrical-coordinate representation of color #5095FE: hue angle of 216.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5095FE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 149 | 254 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.00 |
| HSL | 216.21º | 0.99% | 0.65% | - |
| HSV(B) | 216.21º | 0.69% | 1% | - |
| XYZ | 31.95 | 30.36 | 97.94 | - |
| YUV | 140.34 | 192.14 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 254 | 0.69 | 0.41 | 0 | 0.00 | 216.21 | 0.99 | 0.65 |
| Hex | 50 | 95 | FE | 45 | 29 | 0 | 0 | D8 | 63 | 41 |
| Octal | 120 | 225 | 376 | 105 | 51 | 0 | 0 | 330 | 143 | 101 |
| Binary | 1010000 | 10010101 | 11111110 | 1000101 | 101001 | 0 | 0 | 11011000 | 1100011 | 1000001 |
Color Harmonies of #5095FE
Complementary color
Monochromatic Colors of #5095FE
Black with #5095FE
Text Example
Text Example
White with #5095FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5095FE; }
p { color: rgb(80,149,254); }
H1.HeaderClassName
{
color: #5095FE;
}
.AnyTagClassName
{
color: #5095FE;
}
</style>
background-color css
<style>
a { background-color: #5095FE; }
a { background-color: rgb(80,149,254); }
div.DivClassName
{
background-color: #5095FE;
}
.BgClassName
{
background-color: #5095FE;
}
</style>
border-color css
<style>
span { border-color: #5095FE; }
span { border-color: rgb(80,149,254); }
td.TdClassName
{
border-color: #5095FE;
}
.TagClassName
{
border-color: #5095FE;
}
</style>