Shades of Medium Blue #051ADF
Tints of Medium Blue #051ADF
RGB
CMYK
RGB Variations
Color information
#051ADF (or 0x051ADF) is known color: Medium Blue. HEX triplet: 05, 1A and DF. RGB value is (5,26,223). Sum of RGB (Red+Green+Blue) = 5+26+223=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #051ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ADF is #FAE520. Grayscale: #292929. Windows color (decimal): -16442657 or 14621189. OLE color: 14621189.
HSL color Cylindrical-coordinate representation of color #051ADF: hue angle of 234.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051ADF is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 26 | 223 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.13 |
| HSL | 234.22º | 0.96% | 0.45% | - |
| HSV(B) | 234.22º | 0.98% | 0.87% | - |
| XYZ | 13.75 | 6.1 | 70.26 | - |
| YUV | 42.18 | 230.04 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 223 | 0.98 | 0.88 | 0 | 0.13 | 234.22 | 0.96 | 0.45 |
| Hex | 5 | 1A | DF | 62 | 58 | 0 | D | EA | 60 | 2D |
| Octal | 5 | 32 | 337 | 142 | 130 | 0 | 15 | 352 | 140 | 55 |
| Binary | 101 | 11010 | 11011111 | 1100010 | 1011000 | 0 | 1101 | 11101010 | 1100000 | 101101 |
Color Harmonies of #051ADF
Complementary color
Monochromatic Colors of #051ADF
Black with #051ADF
Text Example
Text Example
White with #051ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051ADF; }
p { color: rgb(5,26,223); }
H1.HeaderClassName
{
color: #051ADF;
}
.AnyTagClassName
{
color: #051ADF;
}
</style>
background-color css
<style>
a { background-color: #051ADF; }
a { background-color: rgb(5,26,223); }
div.DivClassName
{
background-color: #051ADF;
}
.BgClassName
{
background-color: #051ADF;
}
</style>
border-color css
<style>
span { border-color: #051ADF; }
span { border-color: rgb(5,26,223); }
td.TdClassName
{
border-color: #051ADF;
}
.TagClassName
{
border-color: #051ADF;
}
</style>