Shades of Blue #1729EE
Tints of Blue #1729EE
RGB
CMYK
RGB Variations
Color information
#1729EE (or 0x1729EE) is known color: Blue. HEX triplet: 17, 29 and EE. RGB value is (23,41,238). Sum of RGB (Red+Green+Blue) = 23+41+238=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #1729EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1729EE is #E8D611. Grayscale: #393939. Windows color (decimal): -15259154 or 15608087. OLE color: 15608087.
HSL color Cylindrical-coordinate representation of color #1729EE: hue angle of 234.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1729EE is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 41 | 238 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.07 |
| HSL | 234.98º | 0.86% | 0.51% | - |
| HSV(B) | 234.98º | 0.9% | 0.93% | - |
| XYZ | 16.58 | 7.94 | 81.55 | - |
| YUV | 58.08 | 229.54 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 238 | 0.90 | 0.83 | 0 | 0.07 | 234.98 | 0.86 | 0.51 |
| Hex | 17 | 29 | EE | 5A | 53 | 0 | 7 | EB | 56 | 33 |
| Octal | 27 | 51 | 356 | 132 | 123 | 0 | 7 | 353 | 126 | 63 |
| Binary | 10111 | 101001 | 11101110 | 1011010 | 1010011 | 0 | 111 | 11101011 | 1010110 | 110011 |
Color Harmonies of #1729EE
Complementary color
Monochromatic Colors of #1729EE
Black with #1729EE
Text Example
Text Example
White with #1729EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1729EE; }
p { color: rgb(23,41,238); }
H1.HeaderClassName
{
color: #1729EE;
}
.AnyTagClassName
{
color: #1729EE;
}
</style>
background-color css
<style>
a { background-color: #1729EE; }
a { background-color: rgb(23,41,238); }
div.DivClassName
{
background-color: #1729EE;
}
.BgClassName
{
background-color: #1729EE;
}
</style>
border-color css
<style>
span { border-color: #1729EE; }
span { border-color: rgb(23,41,238); }
td.TdClassName
{
border-color: #1729EE;
}
.TagClassName
{
border-color: #1729EE;
}
</style>