Shades of Blue #1736FA
Tints of Blue #1736FA
RGB
CMYK
RGB Variations
Color information
#1736FA (or 0x1736FA) is known color: Blue. HEX triplet: 17, 36 and FA. RGB value is (23,54,250). Sum of RGB (Red+Green+Blue) = 23+54+250=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #1736FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1736FA is #E8C905. Grayscale: #424242. Windows color (decimal): -15255814 or 16397847. OLE color: 16397847.
HSL color Cylindrical-coordinate representation of color #1736FA: hue angle of 231.81º 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 #1736FA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 54 | 250 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.02 |
| HSL | 231.81º | 0.96% | 0.54% | - |
| HSV(B) | 231.81º | 0.91% | 0.98% | - |
| XYZ | 18.93 | 9.72 | 91.32 | - |
| YUV | 67.08 | 231.23 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 250 | 0.91 | 0.78 | 0 | 0.02 | 231.81 | 0.96 | 0.54 |
| Hex | 17 | 36 | FA | 5B | 4E | 0 | 2 | E8 | 60 | 36 |
| Octal | 27 | 66 | 372 | 133 | 116 | 0 | 2 | 350 | 140 | 66 |
| Binary | 10111 | 110110 | 11111010 | 1011011 | 1001110 | 0 | 10 | 11101000 | 1100000 | 110110 |
Color Harmonies of #1736FA
Complementary color
Monochromatic Colors of #1736FA
Black with #1736FA
Text Example
Text Example
White with #1736FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1736FA; }
p { color: rgb(23,54,250); }
H1.HeaderClassName
{
color: #1736FA;
}
.AnyTagClassName
{
color: #1736FA;
}
</style>
background-color css
<style>
a { background-color: #1736FA; }
a { background-color: rgb(23,54,250); }
div.DivClassName
{
background-color: #1736FA;
}
.BgClassName
{
background-color: #1736FA;
}
</style>
border-color css
<style>
span { border-color: #1736FA; }
span { border-color: rgb(23,54,250); }
td.TdClassName
{
border-color: #1736FA;
}
.TagClassName
{
border-color: #1736FA;
}
</style>