Shades of Blue #1234F4
Tints of Blue #1234F4
RGB
CMYK
RGB Variations
Color information
#1234F4 (or 0x1234F4) is known color: Blue. HEX triplet: 12, 34 and F4. RGB value is (18,52,244). Sum of RGB (Red+Green+Blue) = 18+52+244=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 244 (95.70% from 255 or 77.71% from 314); Max value from RGB is 244 - color contains mainly: blue. Hex color #1234F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1234F4 is #EDCB0B. Grayscale: #3E3E3E. Windows color (decimal): -15584012 or 16004114. OLE color: 16004114.
HSL color Cylindrical-coordinate representation of color #1234F4: hue angle of 230.97º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1234F4 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 52 | 244 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.04 |
| HSL | 230.97º | 0.91% | 0.51% | - |
| HSV(B) | 230.97º | 0.93% | 0.96% | - |
| XYZ | 17.81 | 9.12 | 86.41 | - |
| YUV | 63.72 | 229.74 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 244 | 0.93 | 0.79 | 0 | 0.04 | 230.97 | 0.91 | 0.51 |
| Hex | 12 | 34 | F4 | 5D | 4F | 0 | 4 | E7 | 5B | 33 |
| Octal | 22 | 64 | 364 | 135 | 117 | 0 | 4 | 347 | 133 | 63 |
| Binary | 10010 | 110100 | 11110100 | 1011101 | 1001111 | 0 | 100 | 11100111 | 1011011 | 110011 |
Color Harmonies of #1234F4
Complementary color
Monochromatic Colors of #1234F4
Black with #1234F4
Text Example
Text Example
White with #1234F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1234F4; }
p { color: rgb(18,52,244); }
H1.HeaderClassName
{
color: #1234F4;
}
.AnyTagClassName
{
color: #1234F4;
}
</style>
background-color css
<style>
a { background-color: #1234F4; }
a { background-color: rgb(18,52,244); }
div.DivClassName
{
background-color: #1234F4;
}
.BgClassName
{
background-color: #1234F4;
}
</style>
border-color css
<style>
span { border-color: #1234F4; }
span { border-color: rgb(18,52,244); }
td.TdClassName
{
border-color: #1234F4;
}
.TagClassName
{
border-color: #1234F4;
}
</style>