Shades of Blue #003BFD
Tints of Blue #003BFD
RGB
CMYK
RGB Variations
Color information
#003BFD (or 0x003BFD) is known color: Blue. HEX triplet: 00, 3B and FD. RGB value is (0,59,253). Sum of RGB (Red+Green+Blue) = 0+59+253=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #003BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BFD is #FFC402. Grayscale: #3E3E3E. Windows color (decimal): -16761859 or 16595712. OLE color: 16595712.
HSL color Cylindrical-coordinate representation of color #003BFD: hue angle of 226.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BFD is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 59 | 253 | - |
| CMYK | 1 | 0.77 | 0 | 0.01 |
| HSL | 226.01º | 1% | 0.5% | - |
| HSV(B) | 226.01º | 1% | 0.99% | - |
| XYZ | 19.29 | 10.22 | 93.88 | - |
| YUV | 63.48 | 234.95 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 253 | 1 | 0.77 | 0 | 0.01 | 226.01 | 1 | 0.5 |
| Hex | 0 | 3B | FD | 64 | 4D | 0 | 1 | E2 | 64 | 32 |
| Octal | 0 | 73 | 375 | 144 | 115 | 0 | 1 | 342 | 144 | 62 |
| Binary | 0 | 111011 | 11111101 | 1100100 | 1001101 | 0 | 1 | 11100010 | 1100100 | 110010 |
Color Harmonies of #003BFD
Complementary color
Monochromatic Colors of #003BFD
Black with #003BFD
Text Example
Text Example
White with #003BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BFD; }
p { color: rgb(0,59,253); }
H1.HeaderClassName
{
color: #003BFD;
}
.AnyTagClassName
{
color: #003BFD;
}
</style>
background-color css
<style>
a { background-color: #003BFD; }
a { background-color: rgb(0,59,253); }
div.DivClassName
{
background-color: #003BFD;
}
.BgClassName
{
background-color: #003BFD;
}
</style>
border-color css
<style>
span { border-color: #003BFD; }
span { border-color: rgb(0,59,253); }
td.TdClassName
{
border-color: #003BFD;
}
.TagClassName
{
border-color: #003BFD;
}
</style>