Shades of Royal Blue #134FFD
Tints of Royal Blue #134FFD
RGB
CMYK
RGB Variations
Color information
#134FFD (or 0x134FFD) is known color: Royal Blue. HEX triplet: 13, 4F and FD. RGB value is (19,79,253). Sum of RGB (Red+Green+Blue) = 19+79+253=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #134FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134FFD is #ECB002. Grayscale: #505050. Windows color (decimal): -15511555 or 16600851. OLE color: 16600851.
HSL color Cylindrical-coordinate representation of color #134FFD: hue angle of 224.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134FFD is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 79 | 253 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.01 |
| HSL | 224.62º | 0.98% | 0.53% | - |
| HSV(B) | 224.62º | 0.92% | 0.99% | - |
| XYZ | 20.79 | 12.82 | 94.31 | - |
| YUV | 80.9 | 225.12 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 253 | 0.92 | 0.69 | 0 | 0.01 | 224.62 | 0.98 | 0.53 |
| Hex | 13 | 4F | FD | 5C | 45 | 0 | 1 | E1 | 62 | 35 |
| Octal | 23 | 117 | 375 | 134 | 105 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10011 | 1001111 | 11111101 | 1011100 | 1000101 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #134FFD
Complementary color
Monochromatic Colors of #134FFD
Black with #134FFD
Text Example
Text Example
White with #134FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FFD; }
p { color: rgb(19,79,253); }
H1.HeaderClassName
{
color: #134FFD;
}
.AnyTagClassName
{
color: #134FFD;
}
</style>
background-color css
<style>
a { background-color: #134FFD; }
a { background-color: rgb(19,79,253); }
div.DivClassName
{
background-color: #134FFD;
}
.BgClassName
{
background-color: #134FFD;
}
</style>
border-color css
<style>
span { border-color: #134FFD; }
span { border-color: rgb(19,79,253); }
td.TdClassName
{
border-color: #134FFD;
}
.TagClassName
{
border-color: #134FFD;
}
</style>