Shades of Blue #182FFD
Tints of Blue #182FFD
RGB
CMYK
RGB Variations
Color information
#182FFD (or 0x182FFD) is known color: Blue. HEX triplet: 18, 2F and FD. RGB value is (24,47,253). Sum of RGB (Red+Green+Blue) = 24+47+253=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #182FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182FFD is #E7D002. Grayscale: #3E3E3E. Windows color (decimal): -15192067 or 16592664. OLE color: 16592664.
HSL color Cylindrical-coordinate representation of color #182FFD: hue angle of 233.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #182FFD is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 47 | 253 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.01 |
| HSL | 233.97º | 0.98% | 0.54% | - |
| HSV(B) | 233.97º | 0.91% | 0.99% | - |
| XYZ | 19.12 | 9.32 | 93.72 | - |
| YUV | 63.61 | 234.88 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 253 | 0.91 | 0.81 | 0 | 0.01 | 233.97 | 0.98 | 0.54 |
| Hex | 18 | 2F | FD | 5B | 51 | 0 | 1 | EA | 62 | 36 |
| Octal | 30 | 57 | 375 | 133 | 121 | 0 | 1 | 352 | 142 | 66 |
| Binary | 11000 | 101111 | 11111101 | 1011011 | 1010001 | 0 | 1 | 11101010 | 1100010 | 110110 |
Color Harmonies of #182FFD
Complementary color
Monochromatic Colors of #182FFD
Black with #182FFD
Text Example
Text Example
White with #182FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FFD; }
p { color: rgb(24,47,253); }
H1.HeaderClassName
{
color: #182FFD;
}
.AnyTagClassName
{
color: #182FFD;
}
</style>
background-color css
<style>
a { background-color: #182FFD; }
a { background-color: rgb(24,47,253); }
div.DivClassName
{
background-color: #182FFD;
}
.BgClassName
{
background-color: #182FFD;
}
</style>
border-color css
<style>
span { border-color: #182FFD; }
span { border-color: rgb(24,47,253); }
td.TdClassName
{
border-color: #182FFD;
}
.TagClassName
{
border-color: #182FFD;
}
</style>