Shades of Blue #1334FC
Tints of Blue #1334FC
RGB
CMYK
RGB Variations
Color information
#1334FC (or 0x1334FC) is known color: Blue. HEX triplet: 13, 34 and FC. RGB value is (19,52,252). Sum of RGB (Red+Green+Blue) = 19+52+252=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #1334FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334FC is #ECCB03. Grayscale: #404040. Windows color (decimal): -15518468 or 16528403. OLE color: 16528403.
HSL color Cylindrical-coordinate representation of color #1334FC: hue angle of 231.5º degrees, saturation: 0.97, 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 #1334FC is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 52 | 252 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.01 |
| HSL | 231.5º | 0.97% | 0.53% | - |
| HSV(B) | 231.5º | 0.92% | 0.99% | - |
| XYZ | 19.07 | 9.62 | 92.95 | - |
| YUV | 64.93 | 233.57 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 252 | 0.92 | 0.79 | 0 | 0.01 | 231.5 | 0.97 | 0.53 |
| Hex | 13 | 34 | FC | 5C | 4F | 0 | 1 | E8 | 61 | 35 |
| Octal | 23 | 64 | 374 | 134 | 117 | 0 | 1 | 350 | 141 | 65 |
| Binary | 10011 | 110100 | 11111100 | 1011100 | 1001111 | 0 | 1 | 11101000 | 1100001 | 110101 |
Color Harmonies of #1334FC
Complementary color
Monochromatic Colors of #1334FC
Black with #1334FC
Text Example
Text Example
White with #1334FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334FC; }
p { color: rgb(19,52,252); }
H1.HeaderClassName
{
color: #1334FC;
}
.AnyTagClassName
{
color: #1334FC;
}
</style>
background-color css
<style>
a { background-color: #1334FC; }
a { background-color: rgb(19,52,252); }
div.DivClassName
{
background-color: #1334FC;
}
.BgClassName
{
background-color: #1334FC;
}
</style>
border-color css
<style>
span { border-color: #1334FC; }
span { border-color: rgb(19,52,252); }
td.TdClassName
{
border-color: #1334FC;
}
.TagClassName
{
border-color: #1334FC;
}
</style>