Shades of Blue #1D03F3
Tints of Blue #1D03F3
RGB
CMYK
RGB Variations
Color information
#1D03F3 (or 0x1D03F3) is known color: Blue. HEX triplet: 1D, 03 and F3. RGB value is (29,3,243). Sum of RGB (Red+Green+Blue) = 29+3+243=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 243 (95.31% from 255 or 88.36% from 275); Max value from RGB is 243 - color contains mainly: blue. Hex color #1D03F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D03F3 is #E2FC0C. Grayscale: #252525. Windows color (decimal): -14875661 or 15926045. OLE color: 15926045.
HSL color Cylindrical-coordinate representation of color #1D03F3: hue angle of 246.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D03F3 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 3 | 243 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.05 |
| HSL | 246.5º | 0.98% | 0.48% | - |
| HSV(B) | 246.5º | 0.99% | 0.95% | - |
| XYZ | 16.72 | 6.8 | 85.22 | - |
| YUV | 38.13 | 243.61 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 243 | 0.88 | 0.99 | 0 | 0.05 | 246.5 | 0.98 | 0.48 |
| Hex | 1D | 3 | F3 | 58 | 63 | 0 | 5 | F6 | 62 | 30 |
| Octal | 35 | 3 | 363 | 130 | 143 | 0 | 5 | 366 | 142 | 60 |
| Binary | 11101 | 11 | 11110011 | 1011000 | 1100011 | 0 | 101 | 11110110 | 1100010 | 110000 |
Color Harmonies of #1D03F3
Complementary color
Monochromatic Colors of #1D03F3
Black with #1D03F3
Text Example
Text Example
White with #1D03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D03F3; }
p { color: rgb(29,3,243); }
H1.HeaderClassName
{
color: #1D03F3;
}
.AnyTagClassName
{
color: #1D03F3;
}
</style>
background-color css
<style>
a { background-color: #1D03F3; }
a { background-color: rgb(29,3,243); }
div.DivClassName
{
background-color: #1D03F3;
}
.BgClassName
{
background-color: #1D03F3;
}
</style>
border-color css
<style>
span { border-color: #1D03F3; }
span { border-color: rgb(29,3,243); }
td.TdClassName
{
border-color: #1D03F3;
}
.TagClassName
{
border-color: #1D03F3;
}
</style>