Shades of Cornflower Blue #5088DF
Tints of Cornflower Blue #5088DF
RGB
CMYK
RGB Variations
Color information
#5088DF (or 0x5088DF) is known color: Cornflower Blue. HEX triplet: 50, 88 and DF. RGB value is (80,136,223). Sum of RGB (Red+Green+Blue) = 80+136+223=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #5088DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088DF is #AF7720. Grayscale: #808080. Windows color (decimal): -11499297 or 14649424. OLE color: 14649424.
HSL color Cylindrical-coordinate representation of color #5088DF: hue angle of 216.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5088DF is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 136 | 223 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.13 |
| HSL | 216.5º | 0.69% | 0.59% | - |
| HSV(B) | 216.5º | 0.64% | 0.87% | - |
| XYZ | 25.43 | 24.64 | 73.23 | - |
| YUV | 129.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 223 | 0.64 | 0.39 | 0 | 0.13 | 216.5 | 0.69 | 0.59 |
| Hex | 50 | 88 | DF | 40 | 27 | 0 | D | D9 | 45 | 3B |
| Octal | 120 | 210 | 337 | 100 | 47 | 0 | 15 | 331 | 105 | 73 |
| Binary | 1010000 | 10001000 | 11011111 | 1000000 | 100111 | 0 | 1101 | 11011001 | 1000101 | 111011 |
Color Harmonies of #5088DF
Complementary color
Monochromatic Colors of #5088DF
Black with #5088DF
Text Example
Text Example
White with #5088DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088DF; }
p { color: rgb(80,136,223); }
H1.HeaderClassName
{
color: #5088DF;
}
.AnyTagClassName
{
color: #5088DF;
}
</style>
background-color css
<style>
a { background-color: #5088DF; }
a { background-color: rgb(80,136,223); }
div.DivClassName
{
background-color: #5088DF;
}
.BgClassName
{
background-color: #5088DF;
}
</style>
border-color css
<style>
span { border-color: #5088DF; }
span { border-color: rgb(80,136,223); }
td.TdClassName
{
border-color: #5088DF;
}
.TagClassName
{
border-color: #5088DF;
}
</style>