Shades of Blue #1209FC
Tints of Blue #1209FC
RGB
CMYK
RGB Variations
Color information
#1209FC (or 0x1209FC) is known color: Blue. HEX triplet: 12, 09 and FC. RGB value is (18,9,252). Sum of RGB (Red+Green+Blue) = 18+9+252=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 252 (98.83% from 255 or 90.32% from 279); Max value from RGB is 252 - color contains mainly: blue. Hex color #1209FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1209FC is #EDF603. Grayscale: #262626. Windows color (decimal): -15595012 or 16517394. OLE color: 16517394.
HSL color Cylindrical-coordinate representation of color #1209FC: hue angle of 242.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1209FC is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 9 | 252 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.01 |
| HSL | 242.22º | 0.98% | 0.51% | - |
| HSV(B) | 242.22º | 0.96% | 0.99% | - |
| XYZ | 17.92 | 7.35 | 92.57 | - |
| YUV | 39.39 | 247.98 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 252 | 0.93 | 0.96 | 0 | 0.01 | 242.22 | 0.98 | 0.51 |
| Hex | 12 | 9 | FC | 5D | 60 | 0 | 1 | F2 | 62 | 33 |
| Octal | 22 | 11 | 374 | 135 | 140 | 0 | 1 | 362 | 142 | 63 |
| Binary | 10010 | 1001 | 11111100 | 1011101 | 1100000 | 0 | 1 | 11110010 | 1100010 | 110011 |
Color Harmonies of #1209FC
Complementary color
Monochromatic Colors of #1209FC
Black with #1209FC
Text Example
Text Example
White with #1209FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209FC; }
p { color: rgb(18,9,252); }
H1.HeaderClassName
{
color: #1209FC;
}
.AnyTagClassName
{
color: #1209FC;
}
</style>
background-color css
<style>
a { background-color: #1209FC; }
a { background-color: rgb(18,9,252); }
div.DivClassName
{
background-color: #1209FC;
}
.BgClassName
{
background-color: #1209FC;
}
</style>
border-color css
<style>
span { border-color: #1209FC; }
span { border-color: rgb(18,9,252); }
td.TdClassName
{
border-color: #1209FC;
}
.TagClassName
{
border-color: #1209FC;
}
</style>