Shades of Blue #182DF6
Tints of Blue #182DF6
RGB
CMYK
RGB Variations
Color information
#182DF6 (or 0x182DF6) is known color: Blue. HEX triplet: 18, 2D and F6. RGB value is (24,45,246). Sum of RGB (Red+Green+Blue) = 24+45+246=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #182DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182DF6 is #E7D209. Grayscale: #3C3C3C. Windows color (decimal): -15192586 or 16133400. OLE color: 16133400.
HSL color Cylindrical-coordinate representation of color #182DF6: hue angle of 234.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182DF6 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 45 | 246 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.04 |
| HSL | 234.32º | 0.93% | 0.53% | - |
| HSV(B) | 234.32º | 0.9% | 0.96% | - |
| XYZ | 17.95 | 8.72 | 87.93 | - |
| YUV | 61.64 | 232.04 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 246 | 0.90 | 0.82 | 0 | 0.04 | 234.32 | 0.93 | 0.53 |
| Hex | 18 | 2D | F6 | 5A | 52 | 0 | 4 | EA | 5C | 35 |
| Octal | 30 | 55 | 366 | 132 | 122 | 0 | 4 | 352 | 134 | 65 |
| Binary | 11000 | 101101 | 11110110 | 1011010 | 1010010 | 0 | 100 | 11101010 | 1011100 | 110101 |
Color Harmonies of #182DF6
Complementary color
Monochromatic Colors of #182DF6
Black with #182DF6
Text Example
Text Example
White with #182DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DF6; }
p { color: rgb(24,45,246); }
H1.HeaderClassName
{
color: #182DF6;
}
.AnyTagClassName
{
color: #182DF6;
}
</style>
background-color css
<style>
a { background-color: #182DF6; }
a { background-color: rgb(24,45,246); }
div.DivClassName
{
background-color: #182DF6;
}
.BgClassName
{
background-color: #182DF6;
}
</style>
border-color css
<style>
span { border-color: #182DF6; }
span { border-color: rgb(24,45,246); }
td.TdClassName
{
border-color: #182DF6;
}
.TagClassName
{
border-color: #182DF6;
}
</style>