Shades of Cornflower Blue #5181FF
Tints of Cornflower Blue #5181FF
RGB
CMYK
RGB Variations
Color information
#5181FF (or 0x5181FF) is known color: Cornflower Blue. HEX triplet: 51, 81 and FF. RGB value is (81,129,255). Sum of RGB (Red+Green+Blue) = 81+129+255=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #5181FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5181FF is #AE7E00. Grayscale: #808080. Windows color (decimal): -11435521 or 16744785. OLE color: 16744785.
HSL color Cylindrical-coordinate representation of color #5181FF: hue angle of 223.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5181FF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 129 | 255 | - |
| CMYK | 0.68 | 0.49 | 0 | 0 |
| HSL | 223.45º | 1% | 0.66% | - |
| HSV(B) | 223.45º | 0.68% | 1% | - |
| XYZ | 29.29 | 24.67 | 97.83 | - |
| YUV | 129.01 | 199.1 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 255 | 0.68 | 0.49 | 0 | 0 | 223.45 | 1 | 0.66 |
| Hex | 51 | 81 | FF | 44 | 31 | 0 | 0 | DF | 64 | 42 |
| Octal | 121 | 201 | 377 | 104 | 61 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010001 | 10000001 | 11111111 | 1000100 | 110001 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5181FF
Complementary color
Monochromatic Colors of #5181FF
Black with #5181FF
Text Example
Text Example
White with #5181FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5181FF; }
p { color: rgb(81,129,255); }
H1.HeaderClassName
{
color: #5181FF;
}
.AnyTagClassName
{
color: #5181FF;
}
</style>
background-color css
<style>
a { background-color: #5181FF; }
a { background-color: rgb(81,129,255); }
div.DivClassName
{
background-color: #5181FF;
}
.BgClassName
{
background-color: #5181FF;
}
</style>
border-color css
<style>
span { border-color: #5181FF; }
span { border-color: rgb(81,129,255); }
td.TdClassName
{
border-color: #5181FF;
}
.TagClassName
{
border-color: #5181FF;
}
</style>