Shades of Curious Blue #238DCF
Tints of Curious Blue #238DCF
RGB
CMYK
RGB Variations
Color information
#238DCF (or 0x238DCF) is known color: Curious Blue. HEX triplet: 23, 8D and CF. RGB value is (35,141,207). Sum of RGB (Red+Green+Blue) = 35+141+207=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #238DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DCF is #DC7230. Grayscale: #747474. Windows color (decimal): -14447153 or 13602083. OLE color: 13602083.
HSL color Cylindrical-coordinate representation of color #238DCF: hue angle of 203.02º 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 #238DCF is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 141 | 207 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.19 |
| HSL | 203.02º | 0.71% | 0.47% | - |
| HSV(B) | 203.02º | 0.83% | 0.81% | - |
| XYZ | 21.48 | 23.91 | 62.51 | - |
| YUV | 116.83 | 178.88 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 207 | 0.83 | 0.32 | 0 | 0.19 | 203.02 | 0.71 | 0.47 |
| Hex | 23 | 8D | CF | 53 | 20 | 0 | 13 | CB | 47 | 2F |
| Octal | 43 | 215 | 317 | 123 | 40 | 0 | 23 | 313 | 107 | 57 |
| Binary | 100011 | 10001101 | 11001111 | 1010011 | 100000 | 0 | 10011 | 11001011 | 1000111 | 101111 |
Color Harmonies of #238DCF
Complementary color
Monochromatic Colors of #238DCF
Black with #238DCF
Text Example
Text Example
White with #238DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DCF; }
p { color: rgb(35,141,207); }
H1.HeaderClassName
{
color: #238DCF;
}
.AnyTagClassName
{
color: #238DCF;
}
</style>
background-color css
<style>
a { background-color: #238DCF; }
a { background-color: rgb(35,141,207); }
div.DivClassName
{
background-color: #238DCF;
}
.BgClassName
{
background-color: #238DCF;
}
</style>
border-color css
<style>
span { border-color: #238DCF; }
span { border-color: rgb(35,141,207); }
td.TdClassName
{
border-color: #238DCF;
}
.TagClassName
{
border-color: #238DCF;
}
</style>