Shades of Blue #1202FB
Tints of Blue #1202FB
RGB
CMYK
RGB Variations
Color information
#1202FB (or 0x1202FB) is known color: Blue. HEX triplet: 12, 02 and FB. RGB value is (18,2,251). Sum of RGB (Red+Green+Blue) = 18+2+251=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 251 (98.44% from 255 or 92.62% from 271); Max value from RGB is 251 - color contains mainly: blue. Hex color #1202FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1202FB is #EDFD04. Grayscale: #222222. Windows color (decimal): -15596805 or 16450066. OLE color: 16450066.
HSL color Cylindrical-coordinate representation of color #1202FB: hue angle of 243.86º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202FB is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 2 | 251 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.02 |
| HSL | 243.86º | 0.98% | 0.5% | - |
| HSV(B) | 243.86º | 0.99% | 0.98% | - |
| XYZ | 17.68 | 7.14 | 91.71 | - |
| YUV | 35.17 | 249.8 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 251 | 0.93 | 0.99 | 0 | 0.02 | 243.86 | 0.98 | 0.5 |
| Hex | 12 | 2 | FB | 5D | 63 | 0 | 2 | F4 | 62 | 32 |
| Octal | 22 | 2 | 373 | 135 | 143 | 0 | 2 | 364 | 142 | 62 |
| Binary | 10010 | 10 | 11111011 | 1011101 | 1100011 | 0 | 10 | 11110100 | 1100010 | 110010 |
Color Harmonies of #1202FB
Complementary color
Monochromatic Colors of #1202FB
Black with #1202FB
Text Example
Text Example
White with #1202FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202FB; }
p { color: rgb(18,2,251); }
H1.HeaderClassName
{
color: #1202FB;
}
.AnyTagClassName
{
color: #1202FB;
}
</style>
background-color css
<style>
a { background-color: #1202FB; }
a { background-color: rgb(18,2,251); }
div.DivClassName
{
background-color: #1202FB;
}
.BgClassName
{
background-color: #1202FB;
}
</style>
border-color css
<style>
span { border-color: #1202FB; }
span { border-color: rgb(18,2,251); }
td.TdClassName
{
border-color: #1202FB;
}
.TagClassName
{
border-color: #1202FB;
}
</style>