Shades of Blue #1338FE
Tints of Blue #1338FE
RGB
CMYK
RGB Variations
Color information
#1338FE (or 0x1338FE) is known color: Blue. HEX triplet: 13, 38 and FE. RGB value is (19,56,254). Sum of RGB (Red+Green+Blue) = 19+56+254=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #1338FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1338FE is #ECC701. Grayscale: #424242. Windows color (decimal): -15517442 or 16660499. OLE color: 16660499.
HSL color Cylindrical-coordinate representation of color #1338FE: hue angle of 230.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1338FE is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 56 | 254 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.00 |
| HSL | 230.55º | 0.99% | 0.54% | - |
| HSV(B) | 230.55º | 0.93% | 1% | - |
| XYZ | 19.57 | 10.12 | 94.69 | - |
| YUV | 67.51 | 233.24 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 254 | 0.93 | 0.78 | 0 | 0.00 | 230.55 | 0.99 | 0.54 |
| Hex | 13 | 38 | FE | 5D | 4E | 0 | 0 | E7 | 63 | 36 |
| Octal | 23 | 70 | 376 | 135 | 116 | 0 | 0 | 347 | 143 | 66 |
| Binary | 10011 | 111000 | 11111110 | 1011101 | 1001110 | 0 | 0 | 11100111 | 1100011 | 110110 |
Color Harmonies of #1338FE
Complementary color
Monochromatic Colors of #1338FE
Black with #1338FE
Text Example
Text Example
White with #1338FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338FE; }
p { color: rgb(19,56,254); }
H1.HeaderClassName
{
color: #1338FE;
}
.AnyTagClassName
{
color: #1338FE;
}
</style>
background-color css
<style>
a { background-color: #1338FE; }
a { background-color: rgb(19,56,254); }
div.DivClassName
{
background-color: #1338FE;
}
.BgClassName
{
background-color: #1338FE;
}
</style>
border-color css
<style>
span { border-color: #1338FE; }
span { border-color: rgb(19,56,254); }
td.TdClassName
{
border-color: #1338FE;
}
.TagClassName
{
border-color: #1338FE;
}
</style>