Shades of Blue #123BFC
Tints of Blue #123BFC
RGB
CMYK
RGB Variations
Color information
#123BFC (or 0x123BFC) is known color: Blue. HEX triplet: 12, 3B and FC. RGB value is (18,59,252). Sum of RGB (Red+Green+Blue) = 18+59+252=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #123BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123BFC is #EDC403. Grayscale: #434343. Windows color (decimal): -15582212 or 16530194. OLE color: 16530194.
HSL color Cylindrical-coordinate representation of color #123BFC: hue angle of 229.49º 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 #123BFC is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 59 | 252 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.01 |
| HSL | 229.49º | 0.98% | 0.53% | - |
| HSV(B) | 229.49º | 0.93% | 0.99% | - |
| XYZ | 19.38 | 10.28 | 93.06 | - |
| YUV | 68.74 | 231.42 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 252 | 0.93 | 0.77 | 0 | 0.01 | 229.49 | 0.98 | 0.53 |
| Hex | 12 | 3B | FC | 5D | 4D | 0 | 1 | E5 | 62 | 35 |
| Octal | 22 | 73 | 374 | 135 | 115 | 0 | 1 | 345 | 142 | 65 |
| Binary | 10010 | 111011 | 11111100 | 1011101 | 1001101 | 0 | 1 | 11100101 | 1100010 | 110101 |
Color Harmonies of #123BFC
Complementary color
Monochromatic Colors of #123BFC
Black with #123BFC
Text Example
Text Example
White with #123BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BFC; }
p { color: rgb(18,59,252); }
H1.HeaderClassName
{
color: #123BFC;
}
.AnyTagClassName
{
color: #123BFC;
}
</style>
background-color css
<style>
a { background-color: #123BFC; }
a { background-color: rgb(18,59,252); }
div.DivClassName
{
background-color: #123BFC;
}
.BgClassName
{
background-color: #123BFC;
}
</style>
border-color css
<style>
span { border-color: #123BFC; }
span { border-color: rgb(18,59,252); }
td.TdClassName
{
border-color: #123BFC;
}
.TagClassName
{
border-color: #123BFC;
}
</style>