Shades of Blue #1232F8
Tints of Blue #1232F8
RGB
CMYK
RGB Variations
Color information
#1232F8 (or 0x1232F8) is known color: Blue. HEX triplet: 12, 32 and F8. RGB value is (18,50,248). Sum of RGB (Red+Green+Blue) = 18+50+248=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 248 (97.27% from 255 or 78.48% from 316); Max value from RGB is 248 - color contains mainly: blue. Hex color #1232F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1232F8 is #EDCD07. Grayscale: #3E3E3E. Windows color (decimal): -15584520 or 16265746. OLE color: 16265746.
HSL color Cylindrical-coordinate representation of color #1232F8: hue angle of 231.65º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1232F8 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 50 | 248 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.03 |
| HSL | 231.65º | 0.94% | 0.52% | - |
| HSV(B) | 231.65º | 0.93% | 0.97% | - |
| XYZ | 18.33 | 9.19 | 89.61 | - |
| YUV | 63 | 232.4 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 248 | 0.93 | 0.80 | 0 | 0.03 | 231.65 | 0.94 | 0.52 |
| Hex | 12 | 32 | F8 | 5D | 50 | 0 | 3 | E8 | 5E | 34 |
| Octal | 22 | 62 | 370 | 135 | 120 | 0 | 3 | 350 | 136 | 64 |
| Binary | 10010 | 110010 | 11111000 | 1011101 | 1010000 | 0 | 11 | 11101000 | 1011110 | 110100 |
Color Harmonies of #1232F8
Complementary color
Monochromatic Colors of #1232F8
Black with #1232F8
Text Example
Text Example
White with #1232F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232F8; }
p { color: rgb(18,50,248); }
H1.HeaderClassName
{
color: #1232F8;
}
.AnyTagClassName
{
color: #1232F8;
}
</style>
background-color css
<style>
a { background-color: #1232F8; }
a { background-color: rgb(18,50,248); }
div.DivClassName
{
background-color: #1232F8;
}
.BgClassName
{
background-color: #1232F8;
}
</style>
border-color css
<style>
span { border-color: #1232F8; }
span { border-color: rgb(18,50,248); }
td.TdClassName
{
border-color: #1232F8;
}
.TagClassName
{
border-color: #1232F8;
}
</style>