Shades of Cornflower Blue #5094FE
Tints of Cornflower Blue #5094FE
RGB
CMYK
RGB Variations
Color information
#5094FE (or 0x5094FE) is known color: Cornflower Blue. HEX triplet: 50, 94 and FE. RGB value is (80,148,254). Sum of RGB (Red+Green+Blue) = 80+148+254=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #5094FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5094FE is #AF6B01. Grayscale: #8B8B8B. Windows color (decimal): -11496194 or 16684112. OLE color: 16684112.
HSL color Cylindrical-coordinate representation of color #5094FE: hue angle of 216.55º 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 #5094FE is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 148 | 254 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.00 |
| HSL | 216.55º | 0.99% | 0.65% | - |
| HSV(B) | 216.55º | 0.69% | 1% | - |
| XYZ | 31.79 | 30.04 | 97.89 | - |
| YUV | 139.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 254 | 0.69 | 0.42 | 0 | 0.00 | 216.55 | 0.99 | 0.65 |
| Hex | 50 | 94 | FE | 45 | 2A | 0 | 0 | D9 | 63 | 41 |
| Octal | 120 | 224 | 376 | 105 | 52 | 0 | 0 | 331 | 143 | 101 |
| Binary | 1010000 | 10010100 | 11111110 | 1000101 | 101010 | 0 | 0 | 11011001 | 1100011 | 1000001 |
Color Harmonies of #5094FE
Complementary color
Monochromatic Colors of #5094FE
Black with #5094FE
Text Example
Text Example
White with #5094FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5094FE; }
p { color: rgb(80,148,254); }
H1.HeaderClassName
{
color: #5094FE;
}
.AnyTagClassName
{
color: #5094FE;
}
</style>
background-color css
<style>
a { background-color: #5094FE; }
a { background-color: rgb(80,148,254); }
div.DivClassName
{
background-color: #5094FE;
}
.BgClassName
{
background-color: #5094FE;
}
</style>
border-color css
<style>
span { border-color: #5094FE; }
span { border-color: rgb(80,148,254); }
td.TdClassName
{
border-color: #5094FE;
}
.TagClassName
{
border-color: #5094FE;
}
</style>