Shades of Blue #051FF3
Tints of Blue #051FF3
RGB
CMYK
RGB Variations
Color information
#051FF3 (or 0x051FF3) is known color: Blue. HEX triplet: 05, 1F and F3. RGB value is (5,31,243). Sum of RGB (Red+Green+Blue) = 5+31+243=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 243 (95.31% from 255 or 87.10% from 279); Max value from RGB is 243 - color contains mainly: blue. Hex color #051FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051FF3 is #FAE00C. Grayscale: #2E2E2E. Windows color (decimal): -16441357 or 15933189. OLE color: 15933189.
HSL color Cylindrical-coordinate representation of color #051FF3: hue angle of 233.45º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FF3 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 31 | 243 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.05 |
| HSL | 233.45º | 0.96% | 0.49% | - |
| HSV(B) | 233.45º | 0.98% | 0.95% | - |
| XYZ | 16.73 | 7.48 | 85.36 | - |
| YUV | 47.39 | 238.39 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 243 | 0.98 | 0.87 | 0 | 0.05 | 233.45 | 0.96 | 0.49 |
| Hex | 5 | 1F | F3 | 62 | 57 | 0 | 5 | E9 | 60 | 31 |
| Octal | 5 | 37 | 363 | 142 | 127 | 0 | 5 | 351 | 140 | 61 |
| Binary | 101 | 11111 | 11110011 | 1100010 | 1010111 | 0 | 101 | 11101001 | 1100000 | 110001 |
Color Harmonies of #051FF3
Complementary color
Monochromatic Colors of #051FF3
Black with #051FF3
Text Example
Text Example
White with #051FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FF3; }
p { color: rgb(5,31,243); }
H1.HeaderClassName
{
color: #051FF3;
}
.AnyTagClassName
{
color: #051FF3;
}
</style>
background-color css
<style>
a { background-color: #051FF3; }
a { background-color: rgb(5,31,243); }
div.DivClassName
{
background-color: #051FF3;
}
.BgClassName
{
background-color: #051FF3;
}
</style>
border-color css
<style>
span { border-color: #051FF3; }
span { border-color: rgb(5,31,243); }
td.TdClassName
{
border-color: #051FF3;
}
.TagClassName
{
border-color: #051FF3;
}
</style>