Shades of Blue #182AFE
Tints of Blue #182AFE
RGB
CMYK
RGB Variations
Color information
#182AFE (or 0x182AFE) is known color: Blue. HEX triplet: 18, 2A and FE. RGB value is (24,42,254). Sum of RGB (Red+Green+Blue) = 24+42+254=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 254 (99.61% from 255 or 79.38% from 320); Max value from RGB is 254 - color contains mainly: blue. Hex color #182AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182AFE is #E7D501. Grayscale: #3B3B3B. Windows color (decimal): -15193346 or 16656920. OLE color: 16656920.
HSL color Cylindrical-coordinate representation of color #182AFE: hue angle of 235.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #182AFE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 42 | 254 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.00 |
| HSL | 235.3º | 0.99% | 0.55% | - |
| HSV(B) | 235.3º | 0.91% | 1% | - |
| XYZ | 19.09 | 9.01 | 94.5 | - |
| YUV | 60.79 | 237.04 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 254 | 0.91 | 0.83 | 0 | 0.00 | 235.3 | 0.99 | 0.55 |
| Hex | 18 | 2A | FE | 5B | 53 | 0 | 0 | EB | 63 | 37 |
| Octal | 30 | 52 | 376 | 133 | 123 | 0 | 0 | 353 | 143 | 67 |
| Binary | 11000 | 101010 | 11111110 | 1011011 | 1010011 | 0 | 0 | 11101011 | 1100011 | 110111 |
Color Harmonies of #182AFE
Complementary color
Monochromatic Colors of #182AFE
Black with #182AFE
Text Example
Text Example
White with #182AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182AFE; }
p { color: rgb(24,42,254); }
H1.HeaderClassName
{
color: #182AFE;
}
.AnyTagClassName
{
color: #182AFE;
}
</style>
background-color css
<style>
a { background-color: #182AFE; }
a { background-color: rgb(24,42,254); }
div.DivClassName
{
background-color: #182AFE;
}
.BgClassName
{
background-color: #182AFE;
}
</style>
border-color css
<style>
span { border-color: #182AFE; }
span { border-color: rgb(24,42,254); }
td.TdClassName
{
border-color: #182AFE;
}
.TagClassName
{
border-color: #182AFE;
}
</style>