Shades of Blue #123AFE
Tints of Blue #123AFE
RGB
CMYK
RGB Variations
Color information
#123AFE (or 0x123AFE) is known color: Blue. HEX triplet: 12, 3A and FE. RGB value is (18,58,254). Sum of RGB (Red+Green+Blue) = 18+58+254=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #123AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AFE is #EDC501. Grayscale: #434343. Windows color (decimal): -15582466 or 16661010. OLE color: 16661010.
HSL color Cylindrical-coordinate representation of color #123AFE: hue angle of 229.83º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123AFE is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 58 | 254 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.00 |
| HSL | 229.83º | 0.99% | 0.53% | - |
| HSV(B) | 229.83º | 0.93% | 1% | - |
| XYZ | 19.65 | 10.31 | 94.72 | - |
| YUV | 68.38 | 232.75 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 254 | 0.93 | 0.77 | 0 | 0.00 | 229.83 | 0.99 | 0.53 |
| Hex | 12 | 3A | FE | 5D | 4D | 0 | 0 | E6 | 63 | 35 |
| Octal | 22 | 72 | 376 | 135 | 115 | 0 | 0 | 346 | 143 | 65 |
| Binary | 10010 | 111010 | 11111110 | 1011101 | 1001101 | 0 | 0 | 11100110 | 1100011 | 110101 |
Color Harmonies of #123AFE
Complementary color
Monochromatic Colors of #123AFE
Black with #123AFE
Text Example
Text Example
White with #123AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AFE; }
p { color: rgb(18,58,254); }
H1.HeaderClassName
{
color: #123AFE;
}
.AnyTagClassName
{
color: #123AFE;
}
</style>
background-color css
<style>
a { background-color: #123AFE; }
a { background-color: rgb(18,58,254); }
div.DivClassName
{
background-color: #123AFE;
}
.BgClassName
{
background-color: #123AFE;
}
</style>
border-color css
<style>
span { border-color: #123AFE; }
span { border-color: rgb(18,58,254); }
td.TdClassName
{
border-color: #123AFE;
}
.TagClassName
{
border-color: #123AFE;
}
</style>