Shades of Blue #182FFB
Tints of Blue #182FFB
RGB
CMYK
RGB Variations
Color information
#182FFB (or 0x182FFB) is known color: Blue. HEX triplet: 18, 2F and FB. RGB value is (24,47,251). Sum of RGB (Red+Green+Blue) = 24+47+251=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #182FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182FFB is #E7D004. Grayscale: #3E3E3E. Windows color (decimal): -15192069 or 16461592. OLE color: 16461592.
HSL color Cylindrical-coordinate representation of color #182FFB: hue angle of 233.92º degrees, saturation: 0.97, 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 #182FFB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 47 | 251 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.02 |
| HSL | 233.92º | 0.97% | 0.54% | - |
| HSV(B) | 233.92º | 0.9% | 0.98% | - |
| XYZ | 18.81 | 9.19 | 92.05 | - |
| YUV | 63.38 | 233.88 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 251 | 0.90 | 0.81 | 0 | 0.02 | 233.92 | 0.97 | 0.54 |
| Hex | 18 | 2F | FB | 5A | 51 | 0 | 2 | EA | 61 | 36 |
| Octal | 30 | 57 | 373 | 132 | 121 | 0 | 2 | 352 | 141 | 66 |
| Binary | 11000 | 101111 | 11111011 | 1011010 | 1010001 | 0 | 10 | 11101010 | 1100001 | 110110 |
Color Harmonies of #182FFB
Complementary color
Monochromatic Colors of #182FFB
Black with #182FFB
Text Example
Text Example
White with #182FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FFB; }
p { color: rgb(24,47,251); }
H1.HeaderClassName
{
color: #182FFB;
}
.AnyTagClassName
{
color: #182FFB;
}
</style>
background-color css
<style>
a { background-color: #182FFB; }
a { background-color: rgb(24,47,251); }
div.DivClassName
{
background-color: #182FFB;
}
.BgClassName
{
background-color: #182FFB;
}
</style>
border-color css
<style>
span { border-color: #182FFB; }
span { border-color: rgb(24,47,251); }
td.TdClassName
{
border-color: #182FFB;
}
.TagClassName
{
border-color: #182FFB;
}
</style>