Shades of Blue #1334FE
Tints of Blue #1334FE
RGB
CMYK
RGB Variations
Color information
#1334FE (or 0x1334FE) is known color: Blue. HEX triplet: 13, 34 and FE. RGB value is (19,52,254). Sum of RGB (Red+Green+Blue) = 19+52+254=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #1334FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334FE is #ECCB01. Grayscale: #404040. Windows color (decimal): -15518466 or 16659475. OLE color: 16659475.
HSL color Cylindrical-coordinate representation of color #1334FE: hue angle of 231.57º 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 #1334FE is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 52 | 254 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.00 |
| HSL | 231.57º | 0.99% | 0.54% | - |
| HSV(B) | 231.57º | 0.93% | 1% | - |
| XYZ | 19.39 | 9.75 | 94.63 | - |
| YUV | 65.16 | 234.57 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 254 | 0.93 | 0.80 | 0 | 0.00 | 231.57 | 0.99 | 0.54 |
| Hex | 13 | 34 | FE | 5D | 50 | 0 | 0 | E8 | 63 | 36 |
| Octal | 23 | 64 | 376 | 135 | 120 | 0 | 0 | 350 | 143 | 66 |
| Binary | 10011 | 110100 | 11111110 | 1011101 | 1010000 | 0 | 0 | 11101000 | 1100011 | 110110 |
Color Harmonies of #1334FE
Complementary color
Monochromatic Colors of #1334FE
Black with #1334FE
Text Example
Text Example
White with #1334FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334FE; }
p { color: rgb(19,52,254); }
H1.HeaderClassName
{
color: #1334FE;
}
.AnyTagClassName
{
color: #1334FE;
}
</style>
background-color css
<style>
a { background-color: #1334FE; }
a { background-color: rgb(19,52,254); }
div.DivClassName
{
background-color: #1334FE;
}
.BgClassName
{
background-color: #1334FE;
}
</style>
border-color css
<style>
span { border-color: #1334FE; }
span { border-color: rgb(19,52,254); }
td.TdClassName
{
border-color: #1334FE;
}
.TagClassName
{
border-color: #1334FE;
}
</style>