Shades of Blue #1203FE
Tints of Blue #1203FE
RGB
CMYK
RGB Variations
Color information
#1203FE (or 0x1203FE) is known color: Blue. HEX triplet: 12, 03 and FE. RGB value is (18,3,254). Sum of RGB (Red+Green+Blue) = 18+3+254=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 254 (99.61% from 255 or 92.36% from 275); Max value from RGB is 254 - color contains mainly: blue. Hex color #1203FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1203FE is #EDFC01. Grayscale: #232323. Windows color (decimal): -15596546 or 16646930. OLE color: 16646930.
HSL color Cylindrical-coordinate representation of color #1203FE: hue angle of 243.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1203FE is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 3 | 254 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.00 |
| HSL | 243.59º | 0.99% | 0.5% | - |
| HSV(B) | 243.59º | 0.99% | 1% | - |
| XYZ | 18.17 | 7.35 | 94.23 | - |
| YUV | 36.1 | 250.97 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 254 | 0.93 | 0.99 | 0 | 0.00 | 243.59 | 0.99 | 0.5 |
| Hex | 12 | 3 | FE | 5D | 63 | 0 | 0 | F4 | 63 | 32 |
| Octal | 22 | 3 | 376 | 135 | 143 | 0 | 0 | 364 | 143 | 62 |
| Binary | 10010 | 11 | 11111110 | 1011101 | 1100011 | 0 | 0 | 11110100 | 1100011 | 110010 |
Color Harmonies of #1203FE
Complementary color
Monochromatic Colors of #1203FE
Black with #1203FE
Text Example
Text Example
White with #1203FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203FE; }
p { color: rgb(18,3,254); }
H1.HeaderClassName
{
color: #1203FE;
}
.AnyTagClassName
{
color: #1203FE;
}
</style>
background-color css
<style>
a { background-color: #1203FE; }
a { background-color: rgb(18,3,254); }
div.DivClassName
{
background-color: #1203FE;
}
.BgClassName
{
background-color: #1203FE;
}
</style>
border-color css
<style>
span { border-color: #1203FE; }
span { border-color: rgb(18,3,254); }
td.TdClassName
{
border-color: #1203FE;
}
.TagClassName
{
border-color: #1203FE;
}
</style>