Shades of Blue #003DFB
Tints of Blue #003DFB
RGB
CMYK
RGB Variations
Color information
#003DFB (or 0x003DFB) is known color: Blue. HEX triplet: 00, 3D and FB. RGB value is (0,61,251). Sum of RGB (Red+Green+Blue) = 0+61+251=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 251 (98.44% from 255 or 80.45% from 312); Max value from RGB is 251 - color contains mainly: blue. Hex color #003DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DFB is #FFC204. Grayscale: #3F3F3F. Windows color (decimal): -16761349 or 16465152. OLE color: 16465152.
HSL color Cylindrical-coordinate representation of color #003DFB: hue angle of 225.42º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DFB is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 61 | 251 | - |
| CMYK | 1 | 0.76 | 0 | 0.02 |
| HSL | 225.42º | 1% | 0.49% | - |
| HSV(B) | 225.42º | 1% | 0.98% | - |
| XYZ | 19.08 | 10.3 | 92.25 | - |
| YUV | 64.42 | 233.29 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 251 | 1 | 0.76 | 0 | 0.02 | 225.42 | 1 | 0.49 |
| Hex | 0 | 3D | FB | 64 | 4C | 0 | 2 | E1 | 64 | 31 |
| Octal | 0 | 75 | 373 | 144 | 114 | 0 | 2 | 341 | 144 | 61 |
| Binary | 0 | 111101 | 11111011 | 1100100 | 1001100 | 0 | 10 | 11100001 | 1100100 | 110001 |
Color Harmonies of #003DFB
Complementary color
Monochromatic Colors of #003DFB
Black with #003DFB
Text Example
Text Example
White with #003DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DFB; }
p { color: rgb(0,61,251); }
H1.HeaderClassName
{
color: #003DFB;
}
.AnyTagClassName
{
color: #003DFB;
}
</style>
background-color css
<style>
a { background-color: #003DFB; }
a { background-color: rgb(0,61,251); }
div.DivClassName
{
background-color: #003DFB;
}
.BgClassName
{
background-color: #003DFB;
}
</style>
border-color css
<style>
span { border-color: #003DFB; }
span { border-color: rgb(0,61,251); }
td.TdClassName
{
border-color: #003DFB;
}
.TagClassName
{
border-color: #003DFB;
}
</style>