Shades of Curious Blue #237DB8
Tints of Curious Blue #237DB8
RGB
CMYK
RGB Variations
Color information
#237DB8 (or 0x237DB8) is known color: Curious Blue. HEX triplet: 23, 7D and B8. RGB value is (35,125,184). Sum of RGB (Red+Green+Blue) = 35+125+184=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #237DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DB8 is #DC8247. Grayscale: #686868. Windows color (decimal): -14451272 or 12090659. OLE color: 12090659.
HSL color Cylindrical-coordinate representation of color #237DB8: hue angle of 203.76º 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 #237DB8 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 125 | 184 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.28 |
| HSL | 203.76º | 0.68% | 0.43% | - |
| HSV(B) | 203.76º | 0.81% | 0.72% | - |
| XYZ | 16.68 | 18.49 | 48.04 | - |
| YUV | 104.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 184 | 0.81 | 0.32 | 0 | 0.28 | 203.76 | 0.68 | 0.43 |
| Hex | 23 | 7D | B8 | 51 | 20 | 0 | 1C | CC | 44 | 2B |
| Octal | 43 | 175 | 270 | 121 | 40 | 0 | 34 | 314 | 104 | 53 |
| Binary | 100011 | 1111101 | 10111000 | 1010001 | 100000 | 0 | 11100 | 11001100 | 1000100 | 101011 |
Color Harmonies of #237DB8
Complementary color
Monochromatic Colors of #237DB8
Black with #237DB8
Text Example
Text Example
White with #237DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237DB8; }
p { color: rgb(35,125,184); }
H1.HeaderClassName
{
color: #237DB8;
}
.AnyTagClassName
{
color: #237DB8;
}
</style>
background-color css
<style>
a { background-color: #237DB8; }
a { background-color: rgb(35,125,184); }
div.DivClassName
{
background-color: #237DB8;
}
.BgClassName
{
background-color: #237DB8;
}
</style>
border-color css
<style>
span { border-color: #237DB8; }
span { border-color: rgb(35,125,184); }
td.TdClassName
{
border-color: #237DB8;
}
.TagClassName
{
border-color: #237DB8;
}
</style>