Shades of Blue #1D03FA
Tints of Blue #1D03FA
RGB
CMYK
RGB Variations
Color information
#1D03FA (or 0x1D03FA) is known color: Blue. HEX triplet: 1D, 03 and FA. RGB value is (29,3,250). Sum of RGB (Red+Green+Blue) = 29+3+250=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 250 (98.05% from 255 or 88.65% from 282); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D03FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D03FA is #E2FC05. Grayscale: #252525. Windows color (decimal): -14875654 or 16384797. OLE color: 16384797.
HSL color Cylindrical-coordinate representation of color #1D03FA: hue angle of 246.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D03FA is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 3 | 250 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.02 |
| HSL | 246.32º | 0.98% | 0.5% | - |
| HSV(B) | 246.32º | 0.99% | 0.98% | - |
| XYZ | 17.79 | 7.23 | 90.9 | - |
| YUV | 38.93 | 247.11 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 250 | 0.88 | 0.99 | 0 | 0.02 | 246.32 | 0.98 | 0.5 |
| Hex | 1D | 3 | FA | 58 | 63 | 0 | 2 | F6 | 62 | 32 |
| Octal | 35 | 3 | 372 | 130 | 143 | 0 | 2 | 366 | 142 | 62 |
| Binary | 11101 | 11 | 11111010 | 1011000 | 1100011 | 0 | 10 | 11110110 | 1100010 | 110010 |
Color Harmonies of #1D03FA
Complementary color
Monochromatic Colors of #1D03FA
Black with #1D03FA
Text Example
Text Example
White with #1D03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D03FA; }
p { color: rgb(29,3,250); }
H1.HeaderClassName
{
color: #1D03FA;
}
.AnyTagClassName
{
color: #1D03FA;
}
</style>
background-color css
<style>
a { background-color: #1D03FA; }
a { background-color: rgb(29,3,250); }
div.DivClassName
{
background-color: #1D03FA;
}
.BgClassName
{
background-color: #1D03FA;
}
</style>
border-color css
<style>
span { border-color: #1D03FA; }
span { border-color: rgb(29,3,250); }
td.TdClassName
{
border-color: #1D03FA;
}
.TagClassName
{
border-color: #1D03FA;
}
</style>