Shades of Blue #123AFD
Tints of Blue #123AFD
RGB
CMYK
RGB Variations
Color information
#123AFD (or 0x123AFD) is known color: Blue. HEX triplet: 12, 3A and FD. RGB value is (18,58,253). Sum of RGB (Red+Green+Blue) = 18+58+253=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #123AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AFD is #EDC502. Grayscale: #434343. Windows color (decimal): -15582467 or 16595474. OLE color: 16595474.
HSL color Cylindrical-coordinate representation of color #123AFD: hue angle of 229.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123AFD is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 58 | 253 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.01 |
| HSL | 229.79º | 0.98% | 0.53% | - |
| HSV(B) | 229.79º | 0.93% | 0.99% | - |
| XYZ | 19.49 | 10.25 | 93.88 | - |
| YUV | 68.27 | 232.25 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 253 | 0.93 | 0.77 | 0 | 0.01 | 229.79 | 0.98 | 0.53 |
| Hex | 12 | 3A | FD | 5D | 4D | 0 | 1 | E6 | 62 | 35 |
| Octal | 22 | 72 | 375 | 135 | 115 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10010 | 111010 | 11111101 | 1011101 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #123AFD
Complementary color
Monochromatic Colors of #123AFD
Black with #123AFD
Text Example
Text Example
White with #123AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AFD; }
p { color: rgb(18,58,253); }
H1.HeaderClassName
{
color: #123AFD;
}
.AnyTagClassName
{
color: #123AFD;
}
</style>
background-color css
<style>
a { background-color: #123AFD; }
a { background-color: rgb(18,58,253); }
div.DivClassName
{
background-color: #123AFD;
}
.BgClassName
{
background-color: #123AFD;
}
</style>
border-color css
<style>
span { border-color: #123AFD; }
span { border-color: rgb(18,58,253); }
td.TdClassName
{
border-color: #123AFD;
}
.TagClassName
{
border-color: #123AFD;
}
</style>