Shades of Curious Blue #238DD5
Tints of Curious Blue #238DD5
RGB
CMYK
RGB Variations
Color information
#238DD5 (or 0x238DD5) is known color: Curious Blue. HEX triplet: 23, 8D and D5. RGB value is (35,141,213). Sum of RGB (Red+Green+Blue) = 35+141+213=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #238DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DD5 is #DC722A. Grayscale: #757575. Windows color (decimal): -14447147 or 13995299. OLE color: 13995299.
HSL color Cylindrical-coordinate representation of color #238DD5: hue angle of 204.27º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238DD5 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 141 | 213 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.16 |
| HSL | 204.27º | 0.72% | 0.49% | - |
| HSV(B) | 204.27º | 0.84% | 0.84% | - |
| XYZ | 22.23 | 24.21 | 66.45 | - |
| YUV | 117.51 | 181.88 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 213 | 0.84 | 0.34 | 0 | 0.16 | 204.27 | 0.72 | 0.49 |
| Hex | 23 | 8D | D5 | 54 | 22 | 0 | 10 | CC | 48 | 31 |
| Octal | 43 | 215 | 325 | 124 | 42 | 0 | 20 | 314 | 110 | 61 |
| Binary | 100011 | 10001101 | 11010101 | 1010100 | 100010 | 0 | 10000 | 11001100 | 1001000 | 110001 |
Color Harmonies of #238DD5
Complementary color
Monochromatic Colors of #238DD5
Black with #238DD5
Text Example
Text Example
White with #238DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DD5; }
p { color: rgb(35,141,213); }
H1.HeaderClassName
{
color: #238DD5;
}
.AnyTagClassName
{
color: #238DD5;
}
</style>
background-color css
<style>
a { background-color: #238DD5; }
a { background-color: rgb(35,141,213); }
div.DivClassName
{
background-color: #238DD5;
}
.BgClassName
{
background-color: #238DD5;
}
</style>
border-color css
<style>
span { border-color: #238DD5; }
span { border-color: rgb(35,141,213); }
td.TdClassName
{
border-color: #238DD5;
}
.TagClassName
{
border-color: #238DD5;
}
</style>