Shades of Curious Blue #237DB7
Tints of Curious Blue #237DB7
RGB
CMYK
RGB Variations
Color information
#237DB7 (or 0x237DB7) is known color: Curious Blue. HEX triplet: 23, 7D and B7. RGB value is (35,125,183). Sum of RGB (Red+Green+Blue) = 35+125+183=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #237DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DB7 is #DC8248. Grayscale: #686868. Windows color (decimal): -14451273 or 12025123. OLE color: 12025123.
HSL color Cylindrical-coordinate representation of color #237DB7: hue angle of 203.51º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #237DB7 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 125 | 183 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.28 |
| HSL | 203.51º | 0.68% | 0.43% | - |
| HSV(B) | 203.51º | 0.81% | 0.72% | - |
| XYZ | 16.57 | 18.44 | 47.49 | - |
| YUV | 104.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 183 | 0.81 | 0.32 | 0 | 0.28 | 203.51 | 0.68 | 0.43 |
| Hex | 23 | 7D | B7 | 51 | 20 | 0 | 1C | CC | 44 | 2B |
| Octal | 43 | 175 | 267 | 121 | 40 | 0 | 34 | 314 | 104 | 53 |
| Binary | 100011 | 1111101 | 10110111 | 1010001 | 100000 | 0 | 11100 | 11001100 | 1000100 | 101011 |
Color Harmonies of #237DB7
Complementary color
Monochromatic Colors of #237DB7
Black with #237DB7
Text Example
Text Example
White with #237DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237DB7; }
p { color: rgb(35,125,183); }
H1.HeaderClassName
{
color: #237DB7;
}
.AnyTagClassName
{
color: #237DB7;
}
</style>
background-color css
<style>
a { background-color: #237DB7; }
a { background-color: rgb(35,125,183); }
div.DivClassName
{
background-color: #237DB7;
}
.BgClassName
{
background-color: #237DB7;
}
</style>
border-color css
<style>
span { border-color: #237DB7; }
span { border-color: rgb(35,125,183); }
td.TdClassName
{
border-color: #237DB7;
}
.TagClassName
{
border-color: #237DB7;
}
</style>