Shades of Blue #1205FC
Tints of Blue #1205FC
RGB
CMYK
RGB Variations
Color information
#1205FC (or 0x1205FC) is known color: Blue. HEX triplet: 12, 05 and FC. RGB value is (18,5,252). Sum of RGB (Red+Green+Blue) = 18+5+252=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 252 (98.83% from 255 or 91.64% from 275); Max value from RGB is 252 - color contains mainly: blue. Hex color #1205FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1205FC is #EDFA03. Grayscale: #242424. Windows color (decimal): -15596036 or 16516370. OLE color: 16516370.
HSL color Cylindrical-coordinate representation of color #1205FC: hue angle of 243.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1205FC is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 5 | 252 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.01 |
| HSL | 243.16º | 0.98% | 0.5% | - |
| HSV(B) | 243.16º | 0.98% | 0.99% | - |
| XYZ | 17.87 | 7.27 | 92.56 | - |
| YUV | 37.05 | 249.31 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 252 | 0.93 | 0.98 | 0 | 0.01 | 243.16 | 0.98 | 0.5 |
| Hex | 12 | 5 | FC | 5D | 62 | 0 | 1 | F3 | 62 | 32 |
| Octal | 22 | 5 | 374 | 135 | 142 | 0 | 1 | 363 | 142 | 62 |
| Binary | 10010 | 101 | 11111100 | 1011101 | 1100010 | 0 | 1 | 11110011 | 1100010 | 110010 |
Color Harmonies of #1205FC
Complementary color
Monochromatic Colors of #1205FC
Black with #1205FC
Text Example
Text Example
White with #1205FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1205FC; }
p { color: rgb(18,5,252); }
H1.HeaderClassName
{
color: #1205FC;
}
.AnyTagClassName
{
color: #1205FC;
}
</style>
background-color css
<style>
a { background-color: #1205FC; }
a { background-color: rgb(18,5,252); }
div.DivClassName
{
background-color: #1205FC;
}
.BgClassName
{
background-color: #1205FC;
}
</style>
border-color css
<style>
span { border-color: #1205FC; }
span { border-color: rgb(18,5,252); }
td.TdClassName
{
border-color: #1205FC;
}
.TagClassName
{
border-color: #1205FC;
}
</style>