Shades of Neon Blue #1738FF
Tints of Neon Blue #1738FF
RGB
CMYK
RGB Variations
Color information
#1738FF (or 0x1738FF) is known color: Neon Blue. HEX triplet: 17, 38 and FF. RGB value is (23,56,255). Sum of RGB (Red+Green+Blue) = 23+56+255=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #1738FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1738FF is #E8C700. Grayscale: #434343. Windows color (decimal): -15255297 or 16726039. OLE color: 16726039.
HSL color Cylindrical-coordinate representation of color #1738FF: hue angle of 231.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1738FF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 56 | 255 | - |
| CMYK | 0.91 | 0.78 | 0 | 0 |
| HSL | 231.47º | 1% | 0.55% | - |
| HSV(B) | 231.47º | 0.91% | 1% | - |
| XYZ | 19.82 | 10.23 | 95.54 | - |
| YUV | 68.82 | 233.07 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 255 | 0.91 | 0.78 | 0 | 0 | 231.47 | 1 | 0.55 |
| Hex | 17 | 38 | FF | 5B | 4E | 0 | 0 | E7 | 64 | 37 |
| Octal | 27 | 70 | 377 | 133 | 116 | 0 | 0 | 347 | 144 | 67 |
| Binary | 10111 | 111000 | 11111111 | 1011011 | 1001110 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #1738FF
Complementary color
Monochromatic Colors of #1738FF
Black with #1738FF
Text Example
Text Example
White with #1738FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1738FF; }
p { color: rgb(23,56,255); }
H1.HeaderClassName
{
color: #1738FF;
}
.AnyTagClassName
{
color: #1738FF;
}
</style>
background-color css
<style>
a { background-color: #1738FF; }
a { background-color: rgb(23,56,255); }
div.DivClassName
{
background-color: #1738FF;
}
.BgClassName
{
background-color: #1738FF;
}
</style>
border-color css
<style>
span { border-color: #1738FF; }
span { border-color: rgb(23,56,255); }
td.TdClassName
{
border-color: #1738FF;
}
.TagClassName
{
border-color: #1738FF;
}
</style>