Shades of Blue #182DFA
Tints of Blue #182DFA
RGB
CMYK
RGB Variations
Color information
#182DFA (or 0x182DFA) is known color: Blue. HEX triplet: 18, 2D and FA. RGB value is (24,45,250). Sum of RGB (Red+Green+Blue) = 24+45+250=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #182DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182DFA is #E7D205. Grayscale: #3D3D3D. Windows color (decimal): -15192582 or 16395544. OLE color: 16395544.
HSL color Cylindrical-coordinate representation of color #182DFA: hue angle of 234.42º 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 #182DFA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 45 | 250 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.02 |
| HSL | 234.42º | 0.96% | 0.54% | - |
| HSV(B) | 234.42º | 0.9% | 0.98% | - |
| XYZ | 18.57 | 8.97 | 91.2 | - |
| YUV | 62.09 | 234.04 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 250 | 0.90 | 0.82 | 0 | 0.02 | 234.42 | 0.96 | 0.54 |
| Hex | 18 | 2D | FA | 5A | 52 | 0 | 2 | EA | 60 | 36 |
| Octal | 30 | 55 | 372 | 132 | 122 | 0 | 2 | 352 | 140 | 66 |
| Binary | 11000 | 101101 | 11111010 | 1011010 | 1010010 | 0 | 10 | 11101010 | 1100000 | 110110 |
Color Harmonies of #182DFA
Complementary color
Monochromatic Colors of #182DFA
Black with #182DFA
Text Example
Text Example
White with #182DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DFA; }
p { color: rgb(24,45,250); }
H1.HeaderClassName
{
color: #182DFA;
}
.AnyTagClassName
{
color: #182DFA;
}
</style>
background-color css
<style>
a { background-color: #182DFA; }
a { background-color: rgb(24,45,250); }
div.DivClassName
{
background-color: #182DFA;
}
.BgClassName
{
background-color: #182DFA;
}
</style>
border-color css
<style>
span { border-color: #182DFA; }
span { border-color: rgb(24,45,250); }
td.TdClassName
{
border-color: #182DFA;
}
.TagClassName
{
border-color: #182DFA;
}
</style>