Shades of Curious Blue #238BCB
Tints of Curious Blue #238BCB
RGB
CMYK
RGB Variations
Color information
#238BCB (or 0x238BCB) is known color: Curious Blue. HEX triplet: 23, 8B and CB. RGB value is (35,139,203). Sum of RGB (Red+Green+Blue) = 35+139+203=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #238BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BCB is #DC7434. Grayscale: #727272. Windows color (decimal): -14447669 or 13339427. OLE color: 13339427.
HSL color Cylindrical-coordinate representation of color #238BCB: hue angle of 202.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238BCB is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 139 | 203 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.20 |
| HSL | 202.86º | 0.71% | 0.47% | - |
| HSV(B) | 202.86º | 0.83% | 0.8% | - |
| XYZ | 20.71 | 23.13 | 59.87 | - |
| YUV | 115.2 | 177.54 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 203 | 0.83 | 0.32 | 0 | 0.20 | 202.86 | 0.71 | 0.47 |
| Hex | 23 | 8B | CB | 53 | 20 | 0 | 14 | CB | 47 | 2F |
| Octal | 43 | 213 | 313 | 123 | 40 | 0 | 24 | 313 | 107 | 57 |
| Binary | 100011 | 10001011 | 11001011 | 1010011 | 100000 | 0 | 10100 | 11001011 | 1000111 | 101111 |
Color Harmonies of #238BCB
Complementary color
Monochromatic Colors of #238BCB
Black with #238BCB
Text Example
Text Example
White with #238BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BCB; }
p { color: rgb(35,139,203); }
H1.HeaderClassName
{
color: #238BCB;
}
.AnyTagClassName
{
color: #238BCB;
}
</style>
background-color css
<style>
a { background-color: #238BCB; }
a { background-color: rgb(35,139,203); }
div.DivClassName
{
background-color: #238BCB;
}
.BgClassName
{
background-color: #238BCB;
}
</style>
border-color css
<style>
span { border-color: #238BCB; }
span { border-color: rgb(35,139,203); }
td.TdClassName
{
border-color: #238BCB;
}
.TagClassName
{
border-color: #238BCB;
}
</style>