Shades of Blue #1D0FFA
Tints of Blue #1D0FFA
RGB
CMYK
RGB Variations
Color information
#1D0FFA (or 0x1D0FFA) is known color: Blue. HEX triplet: 1D, 0F and FA. RGB value is (29,15,250). Sum of RGB (Red+Green+Blue) = 29+15+250=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 250 (98.05% from 255 or 85.03% from 294); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0FFA is #E2F005. Grayscale: #2D2D2D. Windows color (decimal): -14872582 or 16387869. OLE color: 16387869.
HSL color Cylindrical-coordinate representation of color #1D0FFA: hue angle of 243.57º degrees, saturation: 0.96, 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 #1D0FFA is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 15 | 250 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.02 |
| HSL | 243.57º | 0.96% | 0.52% | - |
| HSV(B) | 243.57º | 0.94% | 0.98% | - |
| XYZ | 17.93 | 7.5 | 90.95 | - |
| YUV | 45.98 | 243.14 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 250 | 0.88 | 0.94 | 0 | 0.02 | 243.57 | 0.96 | 0.52 |
| Hex | 1D | F | FA | 58 | 5E | 0 | 2 | F4 | 60 | 34 |
| Octal | 35 | 17 | 372 | 130 | 136 | 0 | 2 | 364 | 140 | 64 |
| Binary | 11101 | 1111 | 11111010 | 1011000 | 1011110 | 0 | 10 | 11110100 | 1100000 | 110100 |
Color Harmonies of #1D0FFA
Complementary color
Monochromatic Colors of #1D0FFA
Black with #1D0FFA
Text Example
Text Example
White with #1D0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FFA; }
p { color: rgb(29,15,250); }
H1.HeaderClassName
{
color: #1D0FFA;
}
.AnyTagClassName
{
color: #1D0FFA;
}
</style>
background-color css
<style>
a { background-color: #1D0FFA; }
a { background-color: rgb(29,15,250); }
div.DivClassName
{
background-color: #1D0FFA;
}
.BgClassName
{
background-color: #1D0FFA;
}
</style>
border-color css
<style>
span { border-color: #1D0FFA; }
span { border-color: rgb(29,15,250); }
td.TdClassName
{
border-color: #1D0FFA;
}
.TagClassName
{
border-color: #1D0FFA;
}
</style>