Shades of Blue #1202EF
Tints of Blue #1202EF
RGB
CMYK
RGB Variations
Color information
#1202EF (or 0x1202EF) is known color: Blue. HEX triplet: 12, 02 and EF. RGB value is (18,2,239). Sum of RGB (Red+Green+Blue) = 18+2+239=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 239 (93.75% from 255 or 92.28% from 259); Max value from RGB is 239 - color contains mainly: blue. Hex color #1202EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1202EF is #EDFD10. Grayscale: #202020. Windows color (decimal): -15596817 or 15663634. OLE color: 15663634.
HSL color Cylindrical-coordinate representation of color #1202EF: hue angle of 244.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202EF is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 2 | 239 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.06 |
| HSL | 244.05º | 0.98% | 0.47% | - |
| HSV(B) | 244.05º | 0.99% | 0.94% | - |
| XYZ | 15.85 | 6.4 | 82.06 | - |
| YUV | 33.8 | 243.8 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 239 | 0.92 | 0.99 | 0 | 0.06 | 244.05 | 0.98 | 0.47 |
| Hex | 12 | 2 | EF | 5C | 63 | 0 | 6 | F4 | 62 | 2F |
| Octal | 22 | 2 | 357 | 134 | 143 | 0 | 6 | 364 | 142 | 57 |
| Binary | 10010 | 10 | 11101111 | 1011100 | 1100011 | 0 | 110 | 11110100 | 1100010 | 101111 |
Color Harmonies of #1202EF
Complementary color
Monochromatic Colors of #1202EF
Black with #1202EF
Text Example
Text Example
White with #1202EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202EF; }
p { color: rgb(18,2,239); }
H1.HeaderClassName
{
color: #1202EF;
}
.AnyTagClassName
{
color: #1202EF;
}
</style>
background-color css
<style>
a { background-color: #1202EF; }
a { background-color: rgb(18,2,239); }
div.DivClassName
{
background-color: #1202EF;
}
.BgClassName
{
background-color: #1202EF;
}
</style>
border-color css
<style>
span { border-color: #1202EF; }
span { border-color: rgb(18,2,239); }
td.TdClassName
{
border-color: #1202EF;
}
.TagClassName
{
border-color: #1202EF;
}
</style>