Shades of Cornflower Blue #5081F2
Tints of Cornflower Blue #5081F2
RGB
CMYK
RGB Variations
Color information
#5081F2 (or 0x5081F2) is known color: Cornflower Blue. HEX triplet: 50, 81 and F2. RGB value is (80,129,242). Sum of RGB (Red+Green+Blue) = 80+129+242=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #5081F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5081F2 is #AF7E0D. Grayscale: #7E7E7E. Windows color (decimal): -11501070 or 15892816. OLE color: 15892816.
HSL color Cylindrical-coordinate representation of color #5081F2: hue angle of 221.85º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5081F2 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 129 | 242 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.05 |
| HSL | 221.85º | 0.86% | 0.63% | - |
| HSV(B) | 221.85º | 0.67% | 0.95% | - |
| XYZ | 27.19 | 23.82 | 87.17 | - |
| YUV | 127.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 242 | 0.67 | 0.47 | 0 | 0.05 | 221.85 | 0.86 | 0.63 |
| Hex | 50 | 81 | F2 | 43 | 2F | 0 | 5 | DE | 56 | 3F |
| Octal | 120 | 201 | 362 | 103 | 57 | 0 | 5 | 336 | 126 | 77 |
| Binary | 1010000 | 10000001 | 11110010 | 1000011 | 101111 | 0 | 101 | 11011110 | 1010110 | 111111 |
Color Harmonies of #5081F2
Complementary color
Monochromatic Colors of #5081F2
Black with #5081F2
Text Example
Text Example
White with #5081F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5081F2; }
p { color: rgb(80,129,242); }
H1.HeaderClassName
{
color: #5081F2;
}
.AnyTagClassName
{
color: #5081F2;
}
</style>
background-color css
<style>
a { background-color: #5081F2; }
a { background-color: rgb(80,129,242); }
div.DivClassName
{
background-color: #5081F2;
}
.BgClassName
{
background-color: #5081F2;
}
</style>
border-color css
<style>
span { border-color: #5081F2; }
span { border-color: rgb(80,129,242); }
td.TdClassName
{
border-color: #5081F2;
}
.TagClassName
{
border-color: #5081F2;
}
</style>