Shades of Blue #1308FE
Tints of Blue #1308FE
RGB
CMYK
RGB Variations
Color information
#1308FE (or 0x1308FE) is known color: Blue. HEX triplet: 13, 08 and FE. RGB value is (19,8,254). Sum of RGB (Red+Green+Blue) = 19+8+254=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 8 (3.52% from 255 or 2.85% 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 #1308FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1308FE is #ECF701. Grayscale: #262626. Windows color (decimal): -15529730 or 16648211. OLE color: 16648211.
HSL color Cylindrical-coordinate representation of color #1308FE: hue angle of 242.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1308FE is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 8 | 254 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.00 |
| HSL | 242.68º | 0.99% | 0.51% | - |
| HSV(B) | 242.68º | 0.97% | 1% | - |
| XYZ | 18.24 | 7.47 | 94.25 | - |
| YUV | 39.33 | 249.14 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 254 | 0.93 | 0.97 | 0 | 0.00 | 242.68 | 0.99 | 0.51 |
| Hex | 13 | 8 | FE | 5D | 61 | 0 | 0 | F3 | 63 | 33 |
| Octal | 23 | 10 | 376 | 135 | 141 | 0 | 0 | 363 | 143 | 63 |
| Binary | 10011 | 1000 | 11111110 | 1011101 | 1100001 | 0 | 0 | 11110011 | 1100011 | 110011 |
Color Harmonies of #1308FE
Complementary color
Monochromatic Colors of #1308FE
Black with #1308FE
Text Example
Text Example
White with #1308FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308FE; }
p { color: rgb(19,8,254); }
H1.HeaderClassName
{
color: #1308FE;
}
.AnyTagClassName
{
color: #1308FE;
}
</style>
background-color css
<style>
a { background-color: #1308FE; }
a { background-color: rgb(19,8,254); }
div.DivClassName
{
background-color: #1308FE;
}
.BgClassName
{
background-color: #1308FE;
}
</style>
border-color css
<style>
span { border-color: #1308FE; }
span { border-color: rgb(19,8,254); }
td.TdClassName
{
border-color: #1308FE;
}
.TagClassName
{
border-color: #1308FE;
}
</style>