Shades of Blue #1308FF
Tints of Blue #1308FF
RGB
CMYK
RGB Variations
Color information
#1308FF (or 0x1308FF) is known color: Blue. HEX triplet: 13, 08 and FF. RGB value is (19,8,255). Sum of RGB (Red+Green+Blue) = 19+8+255=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 255 (100% from 255 or 90.43% from 282); Max value from RGB is 255 - color contains mainly: blue. Hex color #1308FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1308FF is #ECF700. Grayscale: #262626. Windows color (decimal): -15529729 or 16713747. OLE color: 16713747.
HSL color Cylindrical-coordinate representation of color #1308FF: hue angle of 242.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1308FF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 8 | 255 | - |
| CMYK | 0.93 | 0.97 | 0 | 0 |
| HSL | 242.67º | 1% | 0.52% | - |
| HSV(B) | 242.67º | 0.97% | 1% | - |
| XYZ | 18.41 | 7.53 | 95.09 | - |
| YUV | 39.45 | 249.64 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 255 | 0.93 | 0.97 | 0 | 0 | 242.67 | 1 | 0.52 |
| Hex | 13 | 8 | FF | 5D | 61 | 0 | 0 | F3 | 64 | 34 |
| Octal | 23 | 10 | 377 | 135 | 141 | 0 | 0 | 363 | 144 | 64 |
| Binary | 10011 | 1000 | 11111111 | 1011101 | 1100001 | 0 | 0 | 11110011 | 1100100 | 110100 |
Color Harmonies of #1308FF
Complementary color
Monochromatic Colors of #1308FF
Black with #1308FF
Text Example
Text Example
White with #1308FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308FF; }
p { color: rgb(19,8,255); }
H1.HeaderClassName
{
color: #1308FF;
}
.AnyTagClassName
{
color: #1308FF;
}
</style>
background-color css
<style>
a { background-color: #1308FF; }
a { background-color: rgb(19,8,255); }
div.DivClassName
{
background-color: #1308FF;
}
.BgClassName
{
background-color: #1308FF;
}
</style>
border-color css
<style>
span { border-color: #1308FF; }
span { border-color: rgb(19,8,255); }
td.TdClassName
{
border-color: #1308FF;
}
.TagClassName
{
border-color: #1308FF;
}
</style>