Shades of Blue #1234FD
Tints of Blue #1234FD
RGB
CMYK
RGB Variations
Color information
#1234FD (or 0x1234FD) is known color: Blue. HEX triplet: 12, 34 and FD. RGB value is (18,52,253). Sum of RGB (Red+Green+Blue) = 18+52+253=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #1234FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1234FD is #EDCB02. Grayscale: #3F3F3F. Windows color (decimal): -15584003 or 16593938. OLE color: 16593938.
HSL color Cylindrical-coordinate representation of color #1234FD: hue angle of 231.32º 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 #1234FD is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 52 | 253 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.01 |
| HSL | 231.32º | 0.98% | 0.53% | - |
| HSV(B) | 231.32º | 0.93% | 0.99% | - |
| XYZ | 19.21 | 9.68 | 93.78 | - |
| YUV | 64.75 | 234.24 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 253 | 0.93 | 0.79 | 0 | 0.01 | 231.32 | 0.98 | 0.53 |
| Hex | 12 | 34 | FD | 5D | 4F | 0 | 1 | E7 | 62 | 35 |
| Octal | 22 | 64 | 375 | 135 | 117 | 0 | 1 | 347 | 142 | 65 |
| Binary | 10010 | 110100 | 11111101 | 1011101 | 1001111 | 0 | 1 | 11100111 | 1100010 | 110101 |
Color Harmonies of #1234FD
Complementary color
Monochromatic Colors of #1234FD
Black with #1234FD
Text Example
Text Example
White with #1234FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1234FD; }
p { color: rgb(18,52,253); }
H1.HeaderClassName
{
color: #1234FD;
}
.AnyTagClassName
{
color: #1234FD;
}
</style>
background-color css
<style>
a { background-color: #1234FD; }
a { background-color: rgb(18,52,253); }
div.DivClassName
{
background-color: #1234FD;
}
.BgClassName
{
background-color: #1234FD;
}
</style>
border-color css
<style>
span { border-color: #1234FD; }
span { border-color: rgb(18,52,253); }
td.TdClassName
{
border-color: #1234FD;
}
.TagClassName
{
border-color: #1234FD;
}
</style>