Shades of Denim #237AD8
Tints of Denim #237AD8
RGB
CMYK
RGB Variations
Color information
#237AD8 (or 0x237AD8) is known color: Denim. HEX triplet: 23, 7A and D8. RGB value is (35,122,216). Sum of RGB (Red+Green+Blue) = 35+122+216=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #237AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237AD8 is #DC8527. Grayscale: #6A6A6A. Windows color (decimal): -14452008 or 14187043. OLE color: 14187043.
HSL color Cylindrical-coordinate representation of color #237AD8: hue angle of 211.16º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237AD8 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 122 | 216 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.15 |
| HSL | 211.16º | 0.72% | 0.49% | - |
| HSV(B) | 211.16º | 0.84% | 0.85% | - |
| XYZ | 20.05 | 19.23 | 67.62 | - |
| YUV | 106.7 | 189.68 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 216 | 0.84 | 0.44 | 0 | 0.15 | 211.16 | 0.72 | 0.49 |
| Hex | 23 | 7A | D8 | 54 | 2C | 0 | F | D3 | 48 | 31 |
| Octal | 43 | 172 | 330 | 124 | 54 | 0 | 17 | 323 | 110 | 61 |
| Binary | 100011 | 1111010 | 11011000 | 1010100 | 101100 | 0 | 1111 | 11010011 | 1001000 | 110001 |
Color Harmonies of #237AD8
Complementary color
Monochromatic Colors of #237AD8
Black with #237AD8
Text Example
Text Example
White with #237AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237AD8; }
p { color: rgb(35,122,216); }
H1.HeaderClassName
{
color: #237AD8;
}
.AnyTagClassName
{
color: #237AD8;
}
</style>
background-color css
<style>
a { background-color: #237AD8; }
a { background-color: rgb(35,122,216); }
div.DivClassName
{
background-color: #237AD8;
}
.BgClassName
{
background-color: #237AD8;
}
</style>
border-color css
<style>
span { border-color: #237AD8; }
span { border-color: rgb(35,122,216); }
td.TdClassName
{
border-color: #237AD8;
}
.TagClassName
{
border-color: #237AD8;
}
</style>