Shades of Blue #1203FC
Tints of Blue #1203FC
RGB
CMYK
RGB Variations
Color information
#1203FC (or 0x1203FC) is known color: Blue. HEX triplet: 12, 03 and FC. RGB value is (18,3,252). Sum of RGB (Red+Green+Blue) = 18+3+252=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 252 (98.83% from 255 or 92.31% from 273); Max value from RGB is 252 - color contains mainly: blue. Hex color #1203FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1203FC is #EDFC03. Grayscale: #222222. Windows color (decimal): -15596548 or 16515858. OLE color: 16515858.
HSL color Cylindrical-coordinate representation of color #1203FC: hue angle of 243.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1203FC is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 3 | 252 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.01 |
| HSL | 243.61º | 0.98% | 0.5% | - |
| HSV(B) | 243.61º | 0.99% | 0.99% | - |
| XYZ | 17.85 | 7.22 | 92.55 | - |
| YUV | 35.87 | 249.97 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 252 | 0.93 | 0.99 | 0 | 0.01 | 243.61 | 0.98 | 0.5 |
| Hex | 12 | 3 | FC | 5D | 63 | 0 | 1 | F4 | 62 | 32 |
| Octal | 22 | 3 | 374 | 135 | 143 | 0 | 1 | 364 | 142 | 62 |
| Binary | 10010 | 11 | 11111100 | 1011101 | 1100011 | 0 | 1 | 11110100 | 1100010 | 110010 |
Color Harmonies of #1203FC
Complementary color
Monochromatic Colors of #1203FC
Black with #1203FC
Text Example
Text Example
White with #1203FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203FC; }
p { color: rgb(18,3,252); }
H1.HeaderClassName
{
color: #1203FC;
}
.AnyTagClassName
{
color: #1203FC;
}
</style>
background-color css
<style>
a { background-color: #1203FC; }
a { background-color: rgb(18,3,252); }
div.DivClassName
{
background-color: #1203FC;
}
.BgClassName
{
background-color: #1203FC;
}
</style>
border-color css
<style>
span { border-color: #1203FC; }
span { border-color: rgb(18,3,252); }
td.TdClassName
{
border-color: #1203FC;
}
.TagClassName
{
border-color: #1203FC;
}
</style>