Shades of Blue #1734FA
Tints of Blue #1734FA
RGB
CMYK
RGB Variations
Color information
#1734FA (or 0x1734FA) is known color: Blue. HEX triplet: 17, 34 and FA. RGB value is (23,52,250). Sum of RGB (Red+Green+Blue) = 23+52+250=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #1734FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1734FA is #E8CB05. Grayscale: #414141. Windows color (decimal): -15256326 or 16397335. OLE color: 16397335.
HSL color Cylindrical-coordinate representation of color #1734FA: hue angle of 232.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1734FA is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 52 | 250 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.02 |
| HSL | 232.33º | 0.96% | 0.54% | - |
| HSV(B) | 232.33º | 0.91% | 0.98% | - |
| XYZ | 18.84 | 9.54 | 91.29 | - |
| YUV | 65.9 | 231.89 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 250 | 0.91 | 0.79 | 0 | 0.02 | 232.33 | 0.96 | 0.54 |
| Hex | 17 | 34 | FA | 5B | 4F | 0 | 2 | E8 | 60 | 36 |
| Octal | 27 | 64 | 372 | 133 | 117 | 0 | 2 | 350 | 140 | 66 |
| Binary | 10111 | 110100 | 11111010 | 1011011 | 1001111 | 0 | 10 | 11101000 | 1100000 | 110110 |
Color Harmonies of #1734FA
Complementary color
Monochromatic Colors of #1734FA
Black with #1734FA
Text Example
Text Example
White with #1734FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1734FA; }
p { color: rgb(23,52,250); }
H1.HeaderClassName
{
color: #1734FA;
}
.AnyTagClassName
{
color: #1734FA;
}
</style>
background-color css
<style>
a { background-color: #1734FA; }
a { background-color: rgb(23,52,250); }
div.DivClassName
{
background-color: #1734FA;
}
.BgClassName
{
background-color: #1734FA;
}
</style>
border-color css
<style>
span { border-color: #1734FA; }
span { border-color: rgb(23,52,250); }
td.TdClassName
{
border-color: #1734FA;
}
.TagClassName
{
border-color: #1734FA;
}
</style>