Shades of Blue #1232FD
Tints of Blue #1232FD
RGB
CMYK
RGB Variations
Color information
#1232FD (or 0x1232FD) is known color: Blue. HEX triplet: 12, 32 and FD. RGB value is (18,50,253). Sum of RGB (Red+Green+Blue) = 18+50+253=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #1232FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1232FD is #EDCD02. Grayscale: #3E3E3E. Windows color (decimal): -15584515 or 16593426. OLE color: 16593426.
HSL color Cylindrical-coordinate representation of color #1232FD: hue angle of 231.83º 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 #1232FD is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 50 | 253 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.01 |
| HSL | 231.83º | 0.98% | 0.53% | - |
| HSV(B) | 231.83º | 0.93% | 0.99% | - |
| XYZ | 19.12 | 9.5 | 93.75 | - |
| YUV | 63.57 | 234.9 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 253 | 0.93 | 0.80 | 0 | 0.01 | 231.83 | 0.98 | 0.53 |
| Hex | 12 | 32 | FD | 5D | 50 | 0 | 1 | E8 | 62 | 35 |
| Octal | 22 | 62 | 375 | 135 | 120 | 0 | 1 | 350 | 142 | 65 |
| Binary | 10010 | 110010 | 11111101 | 1011101 | 1010000 | 0 | 1 | 11101000 | 1100010 | 110101 |
Color Harmonies of #1232FD
Complementary color
Monochromatic Colors of #1232FD
Black with #1232FD
Text Example
Text Example
White with #1232FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232FD; }
p { color: rgb(18,50,253); }
H1.HeaderClassName
{
color: #1232FD;
}
.AnyTagClassName
{
color: #1232FD;
}
</style>
background-color css
<style>
a { background-color: #1232FD; }
a { background-color: rgb(18,50,253); }
div.DivClassName
{
background-color: #1232FD;
}
.BgClassName
{
background-color: #1232FD;
}
</style>
border-color css
<style>
span { border-color: #1232FD; }
span { border-color: rgb(18,50,253); }
td.TdClassName
{
border-color: #1232FD;
}
.TagClassName
{
border-color: #1232FD;
}
</style>