Shades of Blue #1232FF
Tints of Blue #1232FF
RGB
CMYK
RGB Variations
Color information
#1232FF (or 0x1232FF) is known color: Blue. HEX triplet: 12, 32 and FF. RGB value is (18,50,255). Sum of RGB (Red+Green+Blue) = 18+50+255=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #1232FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1232FF is #EDCD00. Grayscale: #3E3E3E. Windows color (decimal): -15584513 or 16724498. OLE color: 16724498.
HSL color Cylindrical-coordinate representation of color #1232FF: hue angle of 231.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1232FF is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 50 | 255 | - |
| CMYK | 0.93 | 0.80 | 0 | 0 |
| HSL | 231.9º | 1% | 0.54% | - |
| HSV(B) | 231.9º | 0.93% | 1% | - |
| XYZ | 19.44 | 9.63 | 95.44 | - |
| YUV | 63.8 | 235.9 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 255 | 0.93 | 0.80 | 0 | 0 | 231.9 | 1 | 0.54 |
| Hex | 12 | 32 | FF | 5D | 50 | 0 | 0 | E8 | 64 | 36 |
| Octal | 22 | 62 | 377 | 135 | 120 | 0 | 0 | 350 | 144 | 66 |
| Binary | 10010 | 110010 | 11111111 | 1011101 | 1010000 | 0 | 0 | 11101000 | 1100100 | 110110 |
Color Harmonies of #1232FF
Complementary color
Monochromatic Colors of #1232FF
Black with #1232FF
Text Example
Text Example
White with #1232FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232FF; }
p { color: rgb(18,50,255); }
H1.HeaderClassName
{
color: #1232FF;
}
.AnyTagClassName
{
color: #1232FF;
}
</style>
background-color css
<style>
a { background-color: #1232FF; }
a { background-color: rgb(18,50,255); }
div.DivClassName
{
background-color: #1232FF;
}
.BgClassName
{
background-color: #1232FF;
}
</style>
border-color css
<style>
span { border-color: #1232FF; }
span { border-color: rgb(18,50,255); }
td.TdClassName
{
border-color: #1232FF;
}
.TagClassName
{
border-color: #1232FF;
}
</style>