Shades of Blue #182CFA
Tints of Blue #182CFA
RGB
CMYK
RGB Variations
Color information
#182CFA (or 0x182CFA) is known color: Blue. HEX triplet: 18, 2C and FA. RGB value is (24,44,250). Sum of RGB (Red+Green+Blue) = 24+44+250=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #182CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182CFA is #E7D305. Grayscale: #3C3C3C. Windows color (decimal): -15192838 or 16395288. OLE color: 16395288.
HSL color Cylindrical-coordinate representation of color #182CFA: hue angle of 234.69º 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 #182CFA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 44 | 250 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.02 |
| HSL | 234.69º | 0.96% | 0.54% | - |
| HSV(B) | 234.69º | 0.9% | 0.98% | - |
| XYZ | 18.53 | 8.9 | 91.18 | - |
| YUV | 61.5 | 234.37 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 250 | 0.90 | 0.82 | 0 | 0.02 | 234.69 | 0.96 | 0.54 |
| Hex | 18 | 2C | FA | 5A | 52 | 0 | 2 | EB | 60 | 36 |
| Octal | 30 | 54 | 372 | 132 | 122 | 0 | 2 | 353 | 140 | 66 |
| Binary | 11000 | 101100 | 11111010 | 1011010 | 1010010 | 0 | 10 | 11101011 | 1100000 | 110110 |
Color Harmonies of #182CFA
Complementary color
Monochromatic Colors of #182CFA
Black with #182CFA
Text Example
Text Example
White with #182CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CFA; }
p { color: rgb(24,44,250); }
H1.HeaderClassName
{
color: #182CFA;
}
.AnyTagClassName
{
color: #182CFA;
}
</style>
background-color css
<style>
a { background-color: #182CFA; }
a { background-color: rgb(24,44,250); }
div.DivClassName
{
background-color: #182CFA;
}
.BgClassName
{
background-color: #182CFA;
}
</style>
border-color css
<style>
span { border-color: #182CFA; }
span { border-color: rgb(24,44,250); }
td.TdClassName
{
border-color: #182CFA;
}
.TagClassName
{
border-color: #182CFA;
}
</style>