Shades of Cornflower Blue #5093FE
Tints of Cornflower Blue #5093FE
RGB
CMYK
RGB Variations
Color information
#5093FE (or 0x5093FE) is known color: Cornflower Blue. HEX triplet: 50, 93 and FE. RGB value is (80,147,254). Sum of RGB (Red+Green+Blue) = 80+147+254=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #5093FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5093FE is #AF6C01. Grayscale: #8A8A8A. Windows color (decimal): -11496450 or 16683856. OLE color: 16683856.
HSL color Cylindrical-coordinate representation of color #5093FE: hue angle of 216.9º 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 #5093FE is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 147 | 254 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.00 |
| HSL | 216.9º | 0.99% | 0.65% | - |
| HSV(B) | 216.9º | 0.69% | 1% | - |
| XYZ | 31.63 | 29.73 | 97.84 | - |
| YUV | 139.17 | 192.8 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 254 | 0.69 | 0.42 | 0 | 0.00 | 216.9 | 0.99 | 0.65 |
| Hex | 50 | 93 | FE | 45 | 2A | 0 | 0 | D9 | 63 | 41 |
| Octal | 120 | 223 | 376 | 105 | 52 | 0 | 0 | 331 | 143 | 101 |
| Binary | 1010000 | 10010011 | 11111110 | 1000101 | 101010 | 0 | 0 | 11011001 | 1100011 | 1000001 |
Color Harmonies of #5093FE
Complementary color
Monochromatic Colors of #5093FE
Black with #5093FE
Text Example
Text Example
White with #5093FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5093FE; }
p { color: rgb(80,147,254); }
H1.HeaderClassName
{
color: #5093FE;
}
.AnyTagClassName
{
color: #5093FE;
}
</style>
background-color css
<style>
a { background-color: #5093FE; }
a { background-color: rgb(80,147,254); }
div.DivClassName
{
background-color: #5093FE;
}
.BgClassName
{
background-color: #5093FE;
}
</style>
border-color css
<style>
span { border-color: #5093FE; }
span { border-color: rgb(80,147,254); }
td.TdClassName
{
border-color: #5093FE;
}
.TagClassName
{
border-color: #5093FE;
}
</style>