Shades of Blue #123BFA
Tints of Blue #123BFA
RGB
CMYK
RGB Variations
Color information
#123BFA (or 0x123BFA) is known color: Blue. HEX triplet: 12, 3B and FA. RGB value is (18,59,250). Sum of RGB (Red+Green+Blue) = 18+59+250=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #123BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123BFA is #EDC405. Grayscale: #434343. Windows color (decimal): -15582214 or 16399122. OLE color: 16399122.
HSL color Cylindrical-coordinate representation of color #123BFA: hue angle of 229.4º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123BFA is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 59 | 250 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.02 |
| HSL | 229.4º | 0.96% | 0.53% | - |
| HSV(B) | 229.4º | 0.93% | 0.98% | - |
| XYZ | 19.07 | 10.16 | 91.4 | - |
| YUV | 68.52 | 230.42 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 250 | 0.93 | 0.76 | 0 | 0.02 | 229.4 | 0.96 | 0.53 |
| Hex | 12 | 3B | FA | 5D | 4C | 0 | 2 | E5 | 60 | 35 |
| Octal | 22 | 73 | 372 | 135 | 114 | 0 | 2 | 345 | 140 | 65 |
| Binary | 10010 | 111011 | 11111010 | 1011101 | 1001100 | 0 | 10 | 11100101 | 1100000 | 110101 |
Color Harmonies of #123BFA
Complementary color
Monochromatic Colors of #123BFA
Black with #123BFA
Text Example
Text Example
White with #123BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BFA; }
p { color: rgb(18,59,250); }
H1.HeaderClassName
{
color: #123BFA;
}
.AnyTagClassName
{
color: #123BFA;
}
</style>
background-color css
<style>
a { background-color: #123BFA; }
a { background-color: rgb(18,59,250); }
div.DivClassName
{
background-color: #123BFA;
}
.BgClassName
{
background-color: #123BFA;
}
</style>
border-color css
<style>
span { border-color: #123BFA; }
span { border-color: rgb(18,59,250); }
td.TdClassName
{
border-color: #123BFA;
}
.TagClassName
{
border-color: #123BFA;
}
</style>