Shades of Blue #1D0FFB
Tints of Blue #1D0FFB
RGB
CMYK
RGB Variations
Color information
#1D0FFB (or 0x1D0FFB) is known color: Blue. HEX triplet: 1D, 0F and FB. RGB value is (29,15,251). Sum of RGB (Red+Green+Blue) = 29+15+251=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D0FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0FFB is #E2F004. Grayscale: #2D2D2D. Windows color (decimal): -14872581 or 16453405. OLE color: 16453405.
HSL color Cylindrical-coordinate representation of color #1D0FFB: hue angle of 243.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0FFB is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 15 | 251 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.02 |
| HSL | 243.56º | 0.97% | 0.52% | - |
| HSV(B) | 243.56º | 0.94% | 0.98% | - |
| XYZ | 18.09 | 7.57 | 91.77 | - |
| YUV | 46.09 | 243.64 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 251 | 0.88 | 0.94 | 0 | 0.02 | 243.56 | 0.97 | 0.52 |
| Hex | 1D | F | FB | 58 | 5E | 0 | 2 | F4 | 61 | 34 |
| Octal | 35 | 17 | 373 | 130 | 136 | 0 | 2 | 364 | 141 | 64 |
| Binary | 11101 | 1111 | 11111011 | 1011000 | 1011110 | 0 | 10 | 11110100 | 1100001 | 110100 |
Color Harmonies of #1D0FFB
Complementary color
Monochromatic Colors of #1D0FFB
Black with #1D0FFB
Text Example
Text Example
White with #1D0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FFB; }
p { color: rgb(29,15,251); }
H1.HeaderClassName
{
color: #1D0FFB;
}
.AnyTagClassName
{
color: #1D0FFB;
}
</style>
background-color css
<style>
a { background-color: #1D0FFB; }
a { background-color: rgb(29,15,251); }
div.DivClassName
{
background-color: #1D0FFB;
}
.BgClassName
{
background-color: #1D0FFB;
}
</style>
border-color css
<style>
span { border-color: #1D0FFB; }
span { border-color: rgb(29,15,251); }
td.TdClassName
{
border-color: #1D0FFB;
}
.TagClassName
{
border-color: #1D0FFB;
}
</style>