Shades of Blue #1202FD
Tints of Blue #1202FD
RGB
CMYK
RGB Variations
Color information
#1202FD (or 0x1202FD) is known color: Blue. HEX triplet: 12, 02 and FD. RGB value is (18,2,253). Sum of RGB (Red+Green+Blue) = 18+2+253=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 253 (99.22% from 255 or 92.67% from 273); Max value from RGB is 253 - color contains mainly: blue. Hex color #1202FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1202FD is #EDFD02. Grayscale: #222222. Windows color (decimal): -15596803 or 16581138. OLE color: 16581138.
HSL color Cylindrical-coordinate representation of color #1202FD: hue angle of 243.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202FD is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 2 | 253 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.01 |
| HSL | 243.82º | 0.98% | 0.5% | - |
| HSV(B) | 243.82º | 0.99% | 0.99% | - |
| XYZ | 18 | 7.26 | 93.38 | - |
| YUV | 35.4 | 250.8 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 253 | 0.93 | 0.99 | 0 | 0.01 | 243.82 | 0.98 | 0.5 |
| Hex | 12 | 2 | FD | 5D | 63 | 0 | 1 | F4 | 62 | 32 |
| Octal | 22 | 2 | 375 | 135 | 143 | 0 | 1 | 364 | 142 | 62 |
| Binary | 10010 | 10 | 11111101 | 1011101 | 1100011 | 0 | 1 | 11110100 | 1100010 | 110010 |
Color Harmonies of #1202FD
Complementary color
Monochromatic Colors of #1202FD
Black with #1202FD
Text Example
Text Example
White with #1202FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202FD; }
p { color: rgb(18,2,253); }
H1.HeaderClassName
{
color: #1202FD;
}
.AnyTagClassName
{
color: #1202FD;
}
</style>
background-color css
<style>
a { background-color: #1202FD; }
a { background-color: rgb(18,2,253); }
div.DivClassName
{
background-color: #1202FD;
}
.BgClassName
{
background-color: #1202FD;
}
</style>
border-color css
<style>
span { border-color: #1202FD; }
span { border-color: rgb(18,2,253); }
td.TdClassName
{
border-color: #1202FD;
}
.TagClassName
{
border-color: #1202FD;
}
</style>