Shades of Blue #1334FA
Tints of Blue #1334FA
RGB
CMYK
RGB Variations
Color information
#1334FA (or 0x1334FA) is known color: Blue. HEX triplet: 13, 34 and FA. RGB value is (19,52,250). Sum of RGB (Red+Green+Blue) = 19+52+250=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #1334FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334FA is #ECCB05. Grayscale: #3F3F3F. Windows color (decimal): -15518470 or 16397331. OLE color: 16397331.
HSL color Cylindrical-coordinate representation of color #1334FA: hue angle of 231.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1334FA is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 52 | 250 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.02 |
| HSL | 231.43º | 0.96% | 0.53% | - |
| HSV(B) | 231.43º | 0.92% | 0.98% | - |
| XYZ | 18.75 | 9.5 | 91.29 | - |
| YUV | 64.71 | 232.57 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 250 | 0.92 | 0.79 | 0 | 0.02 | 231.43 | 0.96 | 0.53 |
| Hex | 13 | 34 | FA | 5C | 4F | 0 | 2 | E7 | 60 | 35 |
| Octal | 23 | 64 | 372 | 134 | 117 | 0 | 2 | 347 | 140 | 65 |
| Binary | 10011 | 110100 | 11111010 | 1011100 | 1001111 | 0 | 10 | 11100111 | 1100000 | 110101 |
Color Harmonies of #1334FA
Complementary color
Monochromatic Colors of #1334FA
Black with #1334FA
Text Example
Text Example
White with #1334FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334FA; }
p { color: rgb(19,52,250); }
H1.HeaderClassName
{
color: #1334FA;
}
.AnyTagClassName
{
color: #1334FA;
}
</style>
background-color css
<style>
a { background-color: #1334FA; }
a { background-color: rgb(19,52,250); }
div.DivClassName
{
background-color: #1334FA;
}
.BgClassName
{
background-color: #1334FA;
}
</style>
border-color css
<style>
span { border-color: #1334FA; }
span { border-color: rgb(19,52,250); }
td.TdClassName
{
border-color: #1334FA;
}
.TagClassName
{
border-color: #1334FA;
}
</style>