Shades of Medium Blue #051FCF
Tints of Medium Blue #051FCF
RGB
CMYK
RGB Variations
Color information
#051FCF (or 0x051FCF) is known color: Medium Blue. HEX triplet: 05, 1F and CF. RGB value is (5,31,207). Sum of RGB (Red+Green+Blue) = 5+31+207=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #051FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FCF is #FAE030. Grayscale: #2A2A2A. Windows color (decimal): -16441393 or 13573893. OLE color: 13573893.
HSL color Cylindrical-coordinate representation of color #051FCF: hue angle of 232.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FCF is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 31 | 207 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.19 |
| HSL | 232.28º | 0.95% | 0.42% | - |
| HSV(B) | 232.28º | 0.98% | 0.81% | - |
| XYZ | 11.82 | 5.52 | 59.47 | - |
| YUV | 43.29 | 220.39 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 207 | 0.98 | 0.85 | 0 | 0.19 | 232.28 | 0.95 | 0.42 |
| Hex | 5 | 1F | CF | 62 | 55 | 0 | 13 | E8 | 5F | 2A |
| Octal | 5 | 37 | 317 | 142 | 125 | 0 | 23 | 350 | 137 | 52 |
| Binary | 101 | 11111 | 11001111 | 1100010 | 1010101 | 0 | 10011 | 11101000 | 1011111 | 101010 |
Color Harmonies of #051FCF
Complementary color
Monochromatic Colors of #051FCF
Black with #051FCF
Text Example
Text Example
White with #051FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FCF; }
p { color: rgb(5,31,207); }
H1.HeaderClassName
{
color: #051FCF;
}
.AnyTagClassName
{
color: #051FCF;
}
</style>
background-color css
<style>
a { background-color: #051FCF; }
a { background-color: rgb(5,31,207); }
div.DivClassName
{
background-color: #051FCF;
}
.BgClassName
{
background-color: #051FCF;
}
</style>
border-color css
<style>
span { border-color: #051FCF; }
span { border-color: rgb(5,31,207); }
td.TdClassName
{
border-color: #051FCF;
}
.TagClassName
{
border-color: #051FCF;
}
</style>