Shades of Blue #1209FE
Tints of Blue #1209FE
RGB
CMYK
RGB Variations
Color information
#1209FE (or 0x1209FE) is known color: Blue. HEX triplet: 12, 09 and FE. RGB value is (18,9,254). Sum of RGB (Red+Green+Blue) = 18+9+254=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 254 (99.61% from 255 or 90.39% from 281); Max value from RGB is 254 - color contains mainly: blue. Hex color #1209FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1209FE is #EDF601. Grayscale: #262626. Windows color (decimal): -15595010 or 16648466. OLE color: 16648466.
HSL color Cylindrical-coordinate representation of color #1209FE: hue angle of 242.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1209FE is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 9 | 254 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.00 |
| HSL | 242.2º | 0.99% | 0.52% | - |
| HSV(B) | 242.2º | 0.96% | 1% | - |
| XYZ | 18.24 | 7.48 | 94.25 | - |
| YUV | 39.62 | 248.98 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 254 | 0.93 | 0.96 | 0 | 0.00 | 242.2 | 0.99 | 0.52 |
| Hex | 12 | 9 | FE | 5D | 60 | 0 | 0 | F2 | 63 | 34 |
| Octal | 22 | 11 | 376 | 135 | 140 | 0 | 0 | 362 | 143 | 64 |
| Binary | 10010 | 1001 | 11111110 | 1011101 | 1100000 | 0 | 0 | 11110010 | 1100011 | 110100 |
Color Harmonies of #1209FE
Complementary color
Monochromatic Colors of #1209FE
Black with #1209FE
Text Example
Text Example
White with #1209FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209FE; }
p { color: rgb(18,9,254); }
H1.HeaderClassName
{
color: #1209FE;
}
.AnyTagClassName
{
color: #1209FE;
}
</style>
background-color css
<style>
a { background-color: #1209FE; }
a { background-color: rgb(18,9,254); }
div.DivClassName
{
background-color: #1209FE;
}
.BgClassName
{
background-color: #1209FE;
}
</style>
border-color css
<style>
span { border-color: #1209FE; }
span { border-color: rgb(18,9,254); }
td.TdClassName
{
border-color: #1209FE;
}
.TagClassName
{
border-color: #1209FE;
}
</style>