Shades of Blue #1D09FA
Tints of Blue #1D09FA
RGB
CMYK
RGB Variations
Color information
#1D09FA (or 0x1D09FA) is known color: Blue. HEX triplet: 1D, 09 and FA. RGB value is (29,9,250). Sum of RGB (Red+Green+Blue) = 29+9+250=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D09FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D09FA is #E2F605. Grayscale: #292929. Windows color (decimal): -14874118 or 16386333. OLE color: 16386333.
HSL color Cylindrical-coordinate representation of color #1D09FA: hue angle of 244.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D09FA is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 9 | 250 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.02 |
| HSL | 244.98º | 0.96% | 0.51% | - |
| HSV(B) | 244.98º | 0.96% | 0.98% | - |
| XYZ | 17.86 | 7.36 | 90.92 | - |
| YUV | 42.45 | 245.13 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 250 | 0.88 | 0.96 | 0 | 0.02 | 244.98 | 0.96 | 0.51 |
| Hex | 1D | 9 | FA | 58 | 60 | 0 | 2 | F5 | 60 | 33 |
| Octal | 35 | 11 | 372 | 130 | 140 | 0 | 2 | 365 | 140 | 63 |
| Binary | 11101 | 1001 | 11111010 | 1011000 | 1100000 | 0 | 10 | 11110101 | 1100000 | 110011 |
Color Harmonies of #1D09FA
Complementary color
Monochromatic Colors of #1D09FA
Black with #1D09FA
Text Example
Text Example
White with #1D09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D09FA; }
p { color: rgb(29,9,250); }
H1.HeaderClassName
{
color: #1D09FA;
}
.AnyTagClassName
{
color: #1D09FA;
}
</style>
background-color css
<style>
a { background-color: #1D09FA; }
a { background-color: rgb(29,9,250); }
div.DivClassName
{
background-color: #1D09FA;
}
.BgClassName
{
background-color: #1D09FA;
}
</style>
border-color css
<style>
span { border-color: #1D09FA; }
span { border-color: rgb(29,9,250); }
td.TdClassName
{
border-color: #1D09FA;
}
.TagClassName
{
border-color: #1D09FA;
}
</style>