Shades of Curious Blue #238DD2
Tints of Curious Blue #238DD2
RGB
CMYK
RGB Variations
Color information
#238DD2 (or 0x238DD2) is known color: Curious Blue. HEX triplet: 23, 8D and D2. RGB value is (35,141,210). Sum of RGB (Red+Green+Blue) = 35+141+210=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #238DD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DD2 is #DC722D. Grayscale: #747474. Windows color (decimal): -14447150 or 13798691. OLE color: 13798691.
HSL color Cylindrical-coordinate representation of color #238DD2: hue angle of 203.66º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238DD2 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 141 | 210 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.18 |
| HSL | 203.66º | 0.71% | 0.48% | - |
| HSV(B) | 203.66º | 0.83% | 0.82% | - |
| XYZ | 21.85 | 24.06 | 64.47 | - |
| YUV | 117.17 | 180.38 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 210 | 0.83 | 0.33 | 0 | 0.18 | 203.66 | 0.71 | 0.48 |
| Hex | 23 | 8D | D2 | 53 | 21 | 0 | 12 | CC | 47 | 30 |
| Octal | 43 | 215 | 322 | 123 | 41 | 0 | 22 | 314 | 107 | 60 |
| Binary | 100011 | 10001101 | 11010010 | 1010011 | 100001 | 0 | 10010 | 11001100 | 1000111 | 110000 |
Color Harmonies of #238DD2
Complementary color
Monochromatic Colors of #238DD2
Black with #238DD2
Text Example
Text Example
White with #238DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DD2; }
p { color: rgb(35,141,210); }
H1.HeaderClassName
{
color: #238DD2;
}
.AnyTagClassName
{
color: #238DD2;
}
</style>
background-color css
<style>
a { background-color: #238DD2; }
a { background-color: rgb(35,141,210); }
div.DivClassName
{
background-color: #238DD2;
}
.BgClassName
{
background-color: #238DD2;
}
</style>
border-color css
<style>
span { border-color: #238DD2; }
span { border-color: rgb(35,141,210); }
td.TdClassName
{
border-color: #238DD2;
}
.TagClassName
{
border-color: #238DD2;
}
</style>