Shades of Cornflower Blue #5099FD
Tints of Cornflower Blue #5099FD
RGB
CMYK
RGB Variations
Color information
#5099FD (or 0x5099FD) is known color: Cornflower Blue. HEX triplet: 50, 99 and FD. RGB value is (80,153,253). Sum of RGB (Red+Green+Blue) = 80+153+253=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #5099FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5099FD is #AF6602. Grayscale: #8E8E8E. Windows color (decimal): -11494915 or 16619856. OLE color: 16619856.
HSL color Cylindrical-coordinate representation of color #5099FD: hue angle of 214.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5099FD is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 153 | 253 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.01 |
| HSL | 214.68º | 0.98% | 0.65% | - |
| HSV(B) | 214.68º | 0.68% | 0.99% | - |
| XYZ | 32.43 | 31.58 | 97.31 | - |
| YUV | 142.57 | 190.32 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 253 | 0.68 | 0.40 | 0 | 0.01 | 214.68 | 0.98 | 0.65 |
| Hex | 50 | 99 | FD | 44 | 28 | 0 | 1 | D7 | 62 | 41 |
| Octal | 120 | 231 | 375 | 104 | 50 | 0 | 1 | 327 | 142 | 101 |
| Binary | 1010000 | 10011001 | 11111101 | 1000100 | 101000 | 0 | 1 | 11010111 | 1100010 | 1000001 |
Color Harmonies of #5099FD
Complementary color
Monochromatic Colors of #5099FD
Black with #5099FD
Text Example
Text Example
White with #5099FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099FD; }
p { color: rgb(80,153,253); }
H1.HeaderClassName
{
color: #5099FD;
}
.AnyTagClassName
{
color: #5099FD;
}
</style>
background-color css
<style>
a { background-color: #5099FD; }
a { background-color: rgb(80,153,253); }
div.DivClassName
{
background-color: #5099FD;
}
.BgClassName
{
background-color: #5099FD;
}
</style>
border-color css
<style>
span { border-color: #5099FD; }
span { border-color: rgb(80,153,253); }
td.TdClassName
{
border-color: #5099FD;
}
.TagClassName
{
border-color: #5099FD;
}
</style>