Shades of Blue #1D0EFA
Tints of Blue #1D0EFA
RGB
CMYK
RGB Variations
Color information
#1D0EFA (or 0x1D0EFA) is known color: Blue. HEX triplet: 1D, 0E and FA. RGB value is (29,14,250). Sum of RGB (Red+Green+Blue) = 29+14+250=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D0EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0EFA is #E2F105. Grayscale: #2C2C2C. Windows color (decimal): -14872838 or 16387613. OLE color: 16387613.
HSL color Cylindrical-coordinate representation of color #1D0EFA: hue angle of 243.81º 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 #1D0EFA is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 14 | 250 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.02 |
| HSL | 243.81º | 0.96% | 0.52% | - |
| HSV(B) | 243.81º | 0.94% | 0.98% | - |
| XYZ | 17.92 | 7.48 | 90.94 | - |
| YUV | 45.39 | 243.47 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 250 | 0.88 | 0.94 | 0 | 0.02 | 243.81 | 0.96 | 0.52 |
| Hex | 1D | E | FA | 58 | 5E | 0 | 2 | F4 | 60 | 34 |
| Octal | 35 | 16 | 372 | 130 | 136 | 0 | 2 | 364 | 140 | 64 |
| Binary | 11101 | 1110 | 11111010 | 1011000 | 1011110 | 0 | 10 | 11110100 | 1100000 | 110100 |
Color Harmonies of #1D0EFA
Complementary color
Monochromatic Colors of #1D0EFA
Black with #1D0EFA
Text Example
Text Example
White with #1D0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0EFA; }
p { color: rgb(29,14,250); }
H1.HeaderClassName
{
color: #1D0EFA;
}
.AnyTagClassName
{
color: #1D0EFA;
}
</style>
background-color css
<style>
a { background-color: #1D0EFA; }
a { background-color: rgb(29,14,250); }
div.DivClassName
{
background-color: #1D0EFA;
}
.BgClassName
{
background-color: #1D0EFA;
}
</style>
border-color css
<style>
span { border-color: #1D0EFA; }
span { border-color: rgb(29,14,250); }
td.TdClassName
{
border-color: #1D0EFA;
}
.TagClassName
{
border-color: #1D0EFA;
}
</style>