Shades of Blue #1F23FF
Tints of Blue #1F23FF
RGB
CMYK
RGB Variations
Color information
#1F23FF (or 0x1F23FF) is known color: Blue. HEX triplet: 1F, 23 and FF. RGB value is (31,35,255). Sum of RGB (Red+Green+Blue) = 31+35+255=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F23FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F23FF is #E0DC00. Grayscale: #3A3A3A. Windows color (decimal): -14736385 or 16720671. OLE color: 16720671.
HSL color Cylindrical-coordinate representation of color #1F23FF: hue angle of 238.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F23FF is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 35 | 255 | - |
| CMYK | 0.88 | 0.86 | 0 | 0 |
| HSL | 238.93º | 1% | 0.56% | - |
| HSV(B) | 238.93º | 0.88% | 1% | - |
| XYZ | 19.22 | 8.71 | 95.28 | - |
| YUV | 58.88 | 238.67 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 255 | 0.88 | 0.86 | 0 | 0 | 238.93 | 1 | 0.56 |
| Hex | 1F | 23 | FF | 58 | 56 | 0 | 0 | EF | 64 | 38 |
| Octal | 37 | 43 | 377 | 130 | 126 | 0 | 0 | 357 | 144 | 70 |
| Binary | 11111 | 100011 | 11111111 | 1011000 | 1010110 | 0 | 0 | 11101111 | 1100100 | 111000 |
Color Harmonies of #1F23FF
Complementary color
Monochromatic Colors of #1F23FF
Black with #1F23FF
Text Example
Text Example
White with #1F23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F23FF; }
p { color: rgb(31,35,255); }
H1.HeaderClassName
{
color: #1F23FF;
}
.AnyTagClassName
{
color: #1F23FF;
}
</style>
background-color css
<style>
a { background-color: #1F23FF; }
a { background-color: rgb(31,35,255); }
div.DivClassName
{
background-color: #1F23FF;
}
.BgClassName
{
background-color: #1F23FF;
}
</style>
border-color css
<style>
span { border-color: #1F23FF; }
span { border-color: rgb(31,35,255); }
td.TdClassName
{
border-color: #1F23FF;
}
.TagClassName
{
border-color: #1F23FF;
}
</style>