Shades of Denim #237BCF
Tints of Denim #237BCF
RGB
CMYK
RGB Variations
Color information
#237BCF (or 0x237BCF) is known color: Denim. HEX triplet: 23, 7B and CF. RGB value is (35,123,207). Sum of RGB (Red+Green+Blue) = 35+123+207=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #237BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237BCF is #DC8430. Grayscale: #696969. Windows color (decimal): -14451761 or 13597475. OLE color: 13597475.
HSL color Cylindrical-coordinate representation of color #237BCF: hue angle of 209.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #237BCF is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 123 | 207 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.19 |
| HSL | 209.3º | 0.71% | 0.47% | - |
| HSV(B) | 209.3º | 0.83% | 0.81% | - |
| XYZ | 19.04 | 19.03 | 61.7 | - |
| YUV | 106.26 | 184.85 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 207 | 0.83 | 0.41 | 0 | 0.19 | 209.3 | 0.71 | 0.47 |
| Hex | 23 | 7B | CF | 53 | 29 | 0 | 13 | D1 | 47 | 2F |
| Octal | 43 | 173 | 317 | 123 | 51 | 0 | 23 | 321 | 107 | 57 |
| Binary | 100011 | 1111011 | 11001111 | 1010011 | 101001 | 0 | 10011 | 11010001 | 1000111 | 101111 |
Color Harmonies of #237BCF
Complementary color
Monochromatic Colors of #237BCF
Black with #237BCF
Text Example
Text Example
White with #237BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BCF; }
p { color: rgb(35,123,207); }
H1.HeaderClassName
{
color: #237BCF;
}
.AnyTagClassName
{
color: #237BCF;
}
</style>
background-color css
<style>
a { background-color: #237BCF; }
a { background-color: rgb(35,123,207); }
div.DivClassName
{
background-color: #237BCF;
}
.BgClassName
{
background-color: #237BCF;
}
</style>
border-color css
<style>
span { border-color: #237BCF; }
span { border-color: rgb(35,123,207); }
td.TdClassName
{
border-color: #237BCF;
}
.TagClassName
{
border-color: #237BCF;
}
</style>