Shades of Blue #1736FC
Tints of Blue #1736FC
RGB
CMYK
RGB Variations
Color information
#1736FC (or 0x1736FC) is known color: Blue. HEX triplet: 17, 36 and FC. RGB value is (23,54,252). Sum of RGB (Red+Green+Blue) = 23+54+252=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #1736FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1736FC is #E8C903. Grayscale: #424242. Windows color (decimal): -15255812 or 16528919. OLE color: 16528919.
HSL color Cylindrical-coordinate representation of color #1736FC: hue angle of 231.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1736FC is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 54 | 252 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.01 |
| HSL | 231.88º | 0.97% | 0.54% | - |
| HSV(B) | 231.88º | 0.91% | 0.99% | - |
| XYZ | 19.24 | 9.85 | 92.98 | - |
| YUV | 67.3 | 232.23 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 252 | 0.91 | 0.79 | 0 | 0.01 | 231.88 | 0.97 | 0.54 |
| Hex | 17 | 36 | FC | 5B | 4F | 0 | 1 | E8 | 61 | 36 |
| Octal | 27 | 66 | 374 | 133 | 117 | 0 | 1 | 350 | 141 | 66 |
| Binary | 10111 | 110110 | 11111100 | 1011011 | 1001111 | 0 | 1 | 11101000 | 1100001 | 110110 |
Color Harmonies of #1736FC
Complementary color
Monochromatic Colors of #1736FC
Black with #1736FC
Text Example
Text Example
White with #1736FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1736FC; }
p { color: rgb(23,54,252); }
H1.HeaderClassName
{
color: #1736FC;
}
.AnyTagClassName
{
color: #1736FC;
}
</style>
background-color css
<style>
a { background-color: #1736FC; }
a { background-color: rgb(23,54,252); }
div.DivClassName
{
background-color: #1736FC;
}
.BgClassName
{
background-color: #1736FC;
}
</style>
border-color css
<style>
span { border-color: #1736FC; }
span { border-color: rgb(23,54,252); }
td.TdClassName
{
border-color: #1736FC;
}
.TagClassName
{
border-color: #1736FC;
}
</style>