Shades of Cornflower Blue #5182DF
Tints of Cornflower Blue #5182DF
RGB
CMYK
RGB Variations
Color information
#5182DF (or 0x5182DF) is known color: Cornflower Blue. HEX triplet: 51, 82 and DF. RGB value is (81,130,223). Sum of RGB (Red+Green+Blue) = 81+130+223=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #5182DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182DF is #AE7D20. Grayscale: #7D7D7D. Windows color (decimal): -11435297 or 14647889. OLE color: 14647889.
HSL color Cylindrical-coordinate representation of color #5182DF: hue angle of 219.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5182DF is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 130 | 223 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.13 |
| HSL | 219.3º | 0.69% | 0.6% | - |
| HSV(B) | 219.3º | 0.64% | 0.87% | - |
| XYZ | 24.7 | 23.04 | 72.96 | - |
| YUV | 125.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 223 | 0.64 | 0.42 | 0 | 0.13 | 219.3 | 0.69 | 0.6 |
| Hex | 51 | 82 | DF | 40 | 2A | 0 | D | DB | 45 | 3C |
| Octal | 121 | 202 | 337 | 100 | 52 | 0 | 15 | 333 | 105 | 74 |
| Binary | 1010001 | 10000010 | 11011111 | 1000000 | 101010 | 0 | 1101 | 11011011 | 1000101 | 111100 |
Color Harmonies of #5182DF
Complementary color
Monochromatic Colors of #5182DF
Black with #5182DF
Text Example
Text Example
White with #5182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5182DF; }
p { color: rgb(81,130,223); }
H1.HeaderClassName
{
color: #5182DF;
}
.AnyTagClassName
{
color: #5182DF;
}
</style>
background-color css
<style>
a { background-color: #5182DF; }
a { background-color: rgb(81,130,223); }
div.DivClassName
{
background-color: #5182DF;
}
.BgClassName
{
background-color: #5182DF;
}
</style>
border-color css
<style>
span { border-color: #5182DF; }
span { border-color: rgb(81,130,223); }
td.TdClassName
{
border-color: #5182DF;
}
.TagClassName
{
border-color: #5182DF;
}
</style>