Shades of Blue #1727FD
Tints of Blue #1727FD
RGB
CMYK
RGB Variations
Color information
#1727FD (or 0x1727FD) is known color: Blue. HEX triplet: 17, 27 and FD. RGB value is (23,39,253). Sum of RGB (Red+Green+Blue) = 23+39+253=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #1727FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1727FD is #E8D802. Grayscale: #393939. Windows color (decimal): -15259651 or 16590615. OLE color: 16590615.
HSL color Cylindrical-coordinate representation of color #1727FD: hue angle of 235.83º degrees, saturation: 0.98, 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 #1727FD is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 39 | 253 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.01 |
| HSL | 235.83º | 0.98% | 0.54% | - |
| HSV(B) | 235.83º | 0.91% | 0.99% | - |
| XYZ | 18.81 | 8.73 | 93.62 | - |
| YUV | 58.61 | 237.7 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 253 | 0.91 | 0.85 | 0 | 0.01 | 235.83 | 0.98 | 0.54 |
| Hex | 17 | 27 | FD | 5B | 55 | 0 | 1 | EC | 62 | 36 |
| Octal | 27 | 47 | 375 | 133 | 125 | 0 | 1 | 354 | 142 | 66 |
| Binary | 10111 | 100111 | 11111101 | 1011011 | 1010101 | 0 | 1 | 11101100 | 1100010 | 110110 |
Color Harmonies of #1727FD
Complementary color
Monochromatic Colors of #1727FD
Black with #1727FD
Text Example
Text Example
White with #1727FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1727FD; }
p { color: rgb(23,39,253); }
H1.HeaderClassName
{
color: #1727FD;
}
.AnyTagClassName
{
color: #1727FD;
}
</style>
background-color css
<style>
a { background-color: #1727FD; }
a { background-color: rgb(23,39,253); }
div.DivClassName
{
background-color: #1727FD;
}
.BgClassName
{
background-color: #1727FD;
}
</style>
border-color css
<style>
span { border-color: #1727FD; }
span { border-color: rgb(23,39,253); }
td.TdClassName
{
border-color: #1727FD;
}
.TagClassName
{
border-color: #1727FD;
}
</style>