Shades of Blue #1202FA
Tints of Blue #1202FA
RGB
CMYK
RGB Variations
Color information
#1202FA (or 0x1202FA) is known color: Blue. HEX triplet: 12, 02 and FA. RGB value is (18,2,250). Sum of RGB (Red+Green+Blue) = 18+2+250=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 250 (98.05% from 255 or 92.59% from 270); Max value from RGB is 250 - color contains mainly: blue. Hex color #1202FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1202FA is #EDFD05. Grayscale: #222222. Windows color (decimal): -15596806 or 16384530. OLE color: 16384530.
HSL color Cylindrical-coordinate representation of color #1202FA: hue angle of 243.87º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202FA is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 2 | 250 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.02 |
| HSL | 243.87º | 0.98% | 0.49% | - |
| HSV(B) | 243.87º | 0.99% | 0.98% | - |
| XYZ | 17.53 | 7.07 | 90.88 | - |
| YUV | 35.06 | 249.3 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 250 | 0.93 | 0.99 | 0 | 0.02 | 243.87 | 0.98 | 0.49 |
| Hex | 12 | 2 | FA | 5D | 63 | 0 | 2 | F4 | 62 | 31 |
| Octal | 22 | 2 | 372 | 135 | 143 | 0 | 2 | 364 | 142 | 61 |
| Binary | 10010 | 10 | 11111010 | 1011101 | 1100011 | 0 | 10 | 11110100 | 1100010 | 110001 |
Color Harmonies of #1202FA
Complementary color
Monochromatic Colors of #1202FA
Black with #1202FA
Text Example
Text Example
White with #1202FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202FA; }
p { color: rgb(18,2,250); }
H1.HeaderClassName
{
color: #1202FA;
}
.AnyTagClassName
{
color: #1202FA;
}
</style>
background-color css
<style>
a { background-color: #1202FA; }
a { background-color: rgb(18,2,250); }
div.DivClassName
{
background-color: #1202FA;
}
.BgClassName
{
background-color: #1202FA;
}
</style>
border-color css
<style>
span { border-color: #1202FA; }
span { border-color: rgb(18,2,250); }
td.TdClassName
{
border-color: #1202FA;
}
.TagClassName
{
border-color: #1202FA;
}
</style>