Shades of Blue #1338FF
Tints of Blue #1338FF
RGB
CMYK
RGB Variations
Color information
#1338FF (or 0x1338FF) is known color: Blue. HEX triplet: 13, 38 and FF. RGB value is (19,56,255). Sum of RGB (Red+Green+Blue) = 19+56+255=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #1338FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1338FF is #ECC700. Grayscale: #424242. Windows color (decimal): -15517441 or 16726035. OLE color: 16726035.
HSL color Cylindrical-coordinate representation of color #1338FF: hue angle of 230.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1338FF is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 56 | 255 | - |
| CMYK | 0.93 | 0.78 | 0 | 0 |
| HSL | 230.59º | 1% | 0.54% | - |
| HSV(B) | 230.59º | 0.93% | 1% | - |
| XYZ | 19.73 | 10.19 | 95.53 | - |
| YUV | 67.62 | 233.74 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 255 | 0.93 | 0.78 | 0 | 0 | 230.59 | 1 | 0.54 |
| Hex | 13 | 38 | FF | 5D | 4E | 0 | 0 | E7 | 64 | 36 |
| Octal | 23 | 70 | 377 | 135 | 116 | 0 | 0 | 347 | 144 | 66 |
| Binary | 10011 | 111000 | 11111111 | 1011101 | 1001110 | 0 | 0 | 11100111 | 1100100 | 110110 |
Color Harmonies of #1338FF
Complementary color
Monochromatic Colors of #1338FF
Black with #1338FF
Text Example
Text Example
White with #1338FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338FF; }
p { color: rgb(19,56,255); }
H1.HeaderClassName
{
color: #1338FF;
}
.AnyTagClassName
{
color: #1338FF;
}
</style>
background-color css
<style>
a { background-color: #1338FF; }
a { background-color: rgb(19,56,255); }
div.DivClassName
{
background-color: #1338FF;
}
.BgClassName
{
background-color: #1338FF;
}
</style>
border-color css
<style>
span { border-color: #1338FF; }
span { border-color: rgb(19,56,255); }
td.TdClassName
{
border-color: #1338FF;
}
.TagClassName
{
border-color: #1338FF;
}
</style>