Shades of Blue #1D05F0
Tints of Blue #1D05F0
RGB
CMYK
RGB Variations
Color information
#1D05F0 (or 0x1D05F0) is known color: Blue. HEX triplet: 1D, 05 and F0. RGB value is (29,5,240). Sum of RGB (Red+Green+Blue) = 29+5+240=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 240 (94.14% from 255 or 87.59% from 274); Max value from RGB is 240 - color contains mainly: blue. Hex color #1D05F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D05F0 is #E2FA0F. Grayscale: #262626. Windows color (decimal): -14875152 or 15729949. OLE color: 15729949.
HSL color Cylindrical-coordinate representation of color #1D05F0: hue angle of 246.13º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D05F0 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 5 | 240 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.06 |
| HSL | 246.13º | 0.96% | 0.48% | - |
| HSV(B) | 246.13º | 0.98% | 0.94% | - |
| XYZ | 16.29 | 6.66 | 82.87 | - |
| YUV | 38.97 | 241.45 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 240 | 0.88 | 0.98 | 0 | 0.06 | 246.13 | 0.96 | 0.48 |
| Hex | 1D | 5 | F0 | 58 | 62 | 0 | 6 | F6 | 60 | 30 |
| Octal | 35 | 5 | 360 | 130 | 142 | 0 | 6 | 366 | 140 | 60 |
| Binary | 11101 | 101 | 11110000 | 1011000 | 1100010 | 0 | 110 | 11110110 | 1100000 | 110000 |
Color Harmonies of #1D05F0
Complementary color
Monochromatic Colors of #1D05F0
Black with #1D05F0
Text Example
Text Example
White with #1D05F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D05F0; }
p { color: rgb(29,5,240); }
H1.HeaderClassName
{
color: #1D05F0;
}
.AnyTagClassName
{
color: #1D05F0;
}
</style>
background-color css
<style>
a { background-color: #1D05F0; }
a { background-color: rgb(29,5,240); }
div.DivClassName
{
background-color: #1D05F0;
}
.BgClassName
{
background-color: #1D05F0;
}
</style>
border-color css
<style>
span { border-color: #1D05F0; }
span { border-color: rgb(29,5,240); }
td.TdClassName
{
border-color: #1D05F0;
}
.TagClassName
{
border-color: #1D05F0;
}
</style>