Shades of Blue #1829FA
Tints of Blue #1829FA
RGB
CMYK
RGB Variations
Color information
#1829FA (or 0x1829FA) is known color: Blue. HEX triplet: 18, 29 and FA. RGB value is (24,41,250). Sum of RGB (Red+Green+Blue) = 24+41+250=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #1829FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1829FA is #E7D605. Grayscale: #3A3A3A. Windows color (decimal): -15193606 or 16394520. OLE color: 16394520.
HSL color Cylindrical-coordinate representation of color #1829FA: hue angle of 235.49º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1829FA is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 41 | 250 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.02 |
| HSL | 235.49º | 0.96% | 0.54% | - |
| HSV(B) | 235.49º | 0.9% | 0.98% | - |
| XYZ | 18.42 | 8.68 | 91.15 | - |
| YUV | 59.74 | 235.37 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 250 | 0.90 | 0.84 | 0 | 0.02 | 235.49 | 0.96 | 0.54 |
| Hex | 18 | 29 | FA | 5A | 54 | 0 | 2 | EB | 60 | 36 |
| Octal | 30 | 51 | 372 | 132 | 124 | 0 | 2 | 353 | 140 | 66 |
| Binary | 11000 | 101001 | 11111010 | 1011010 | 1010100 | 0 | 10 | 11101011 | 1100000 | 110110 |
Color Harmonies of #1829FA
Complementary color
Monochromatic Colors of #1829FA
Black with #1829FA
Text Example
Text Example
White with #1829FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1829FA; }
p { color: rgb(24,41,250); }
H1.HeaderClassName
{
color: #1829FA;
}
.AnyTagClassName
{
color: #1829FA;
}
</style>
background-color css
<style>
a { background-color: #1829FA; }
a { background-color: rgb(24,41,250); }
div.DivClassName
{
background-color: #1829FA;
}
.BgClassName
{
background-color: #1829FA;
}
</style>
border-color css
<style>
span { border-color: #1829FA; }
span { border-color: rgb(24,41,250); }
td.TdClassName
{
border-color: #1829FA;
}
.TagClassName
{
border-color: #1829FA;
}
</style>