Shades of Blue #182DF9
Tints of Blue #182DF9
RGB
CMYK
RGB Variations
Color information
#182DF9 (or 0x182DF9) is known color: Blue. HEX triplet: 18, 2D and F9. RGB value is (24,45,249). Sum of RGB (Red+Green+Blue) = 24+45+249=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 249 (97.66% from 255 or 78.30% from 318); Max value from RGB is 249 - color contains mainly: blue. Hex color #182DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182DF9 is #E7D206. Grayscale: #3D3D3D. Windows color (decimal): -15192583 or 16330008. OLE color: 16330008.
HSL color Cylindrical-coordinate representation of color #182DF9: hue angle of 234.4º degrees, saturation: 0.95, 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 #182DF9 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 45 | 249 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.02 |
| HSL | 234.4º | 0.95% | 0.54% | - |
| HSV(B) | 234.4º | 0.9% | 0.98% | - |
| XYZ | 18.41 | 8.91 | 90.37 | - |
| YUV | 61.98 | 233.54 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 249 | 0.90 | 0.82 | 0 | 0.02 | 234.4 | 0.95 | 0.54 |
| Hex | 18 | 2D | F9 | 5A | 52 | 0 | 2 | EA | 5F | 36 |
| Octal | 30 | 55 | 371 | 132 | 122 | 0 | 2 | 352 | 137 | 66 |
| Binary | 11000 | 101101 | 11111001 | 1011010 | 1010010 | 0 | 10 | 11101010 | 1011111 | 110110 |
Color Harmonies of #182DF9
Complementary color
Monochromatic Colors of #182DF9
Black with #182DF9
Text Example
Text Example
White with #182DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DF9; }
p { color: rgb(24,45,249); }
H1.HeaderClassName
{
color: #182DF9;
}
.AnyTagClassName
{
color: #182DF9;
}
</style>
background-color css
<style>
a { background-color: #182DF9; }
a { background-color: rgb(24,45,249); }
div.DivClassName
{
background-color: #182DF9;
}
.BgClassName
{
background-color: #182DF9;
}
</style>
border-color css
<style>
span { border-color: #182DF9; }
span { border-color: rgb(24,45,249); }
td.TdClassName
{
border-color: #182DF9;
}
.TagClassName
{
border-color: #182DF9;
}
</style>