Shades of Blue #1203EA
Tints of Blue #1203EA
RGB
CMYK
RGB Variations
Color information
#1203EA (or 0x1203EA) is known color: Blue. HEX triplet: 12, 03 and EA. RGB value is (18,3,234). Sum of RGB (Red+Green+Blue) = 18+3+234=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 234 (91.80% from 255 or 91.76% from 255); Max value from RGB is 234 - color contains mainly: blue. Hex color #1203EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1203EA is #EDFC15. Grayscale: #202020. Windows color (decimal): -15596566 or 15336210. OLE color: 15336210.
HSL color Cylindrical-coordinate representation of color #1203EA: hue angle of 243.9º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1203EA is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 3 | 234 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.08 |
| HSL | 243.9º | 0.97% | 0.46% | - |
| HSV(B) | 243.9º | 0.99% | 0.92% | - |
| XYZ | 15.13 | 6.13 | 78.23 | - |
| YUV | 33.82 | 240.97 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 234 | 0.92 | 0.99 | 0 | 0.08 | 243.9 | 0.97 | 0.46 |
| Hex | 12 | 3 | EA | 5C | 63 | 0 | 8 | F4 | 61 | 2E |
| Octal | 22 | 3 | 352 | 134 | 143 | 0 | 10 | 364 | 141 | 56 |
| Binary | 10010 | 11 | 11101010 | 1011100 | 1100011 | 0 | 1000 | 11110100 | 1100001 | 101110 |
Color Harmonies of #1203EA
Complementary color
Monochromatic Colors of #1203EA
Black with #1203EA
Text Example
Text Example
White with #1203EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203EA; }
p { color: rgb(18,3,234); }
H1.HeaderClassName
{
color: #1203EA;
}
.AnyTagClassName
{
color: #1203EA;
}
</style>
background-color css
<style>
a { background-color: #1203EA; }
a { background-color: rgb(18,3,234); }
div.DivClassName
{
background-color: #1203EA;
}
.BgClassName
{
background-color: #1203EA;
}
</style>
border-color css
<style>
span { border-color: #1203EA; }
span { border-color: rgb(18,3,234); }
td.TdClassName
{
border-color: #1203EA;
}
.TagClassName
{
border-color: #1203EA;
}
</style>