Shades of Curious Blue #238CCC
Tints of Curious Blue #238CCC
RGB
CMYK
RGB Variations
Color information
#238CCC (or 0x238CCC) is known color: Curious Blue. HEX triplet: 23, 8C and CC. RGB value is (35,140,204). Sum of RGB (Red+Green+Blue) = 35+140+204=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #238CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CCC is #DC7333. Grayscale: #737373. Windows color (decimal): -14447412 or 13405219. OLE color: 13405219.
HSL color Cylindrical-coordinate representation of color #238CCC: hue angle of 202.72º 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 #238CCC is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 140 | 204 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.2 |
| HSL | 202.72º | 0.71% | 0.47% | - |
| HSV(B) | 202.72º | 0.83% | 0.8% | - |
| XYZ | 20.97 | 23.47 | 60.55 | - |
| YUV | 115.9 | 177.71 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 204 | 0.83 | 0.31 | 0 | 0.2 | 202.72 | 0.71 | 0.47 |
| Hex | 23 | 8C | CC | 53 | 1F | 0 | 14 | CB | 47 | 2F |
| Octal | 43 | 214 | 314 | 123 | 37 | 0 | 24 | 313 | 107 | 57 |
| Binary | 100011 | 10001100 | 11001100 | 1010011 | 11111 | 0 | 10100 | 11001011 | 1000111 | 101111 |
Color Harmonies of #238CCC
Complementary color
Monochromatic Colors of #238CCC
Black with #238CCC
Text Example
Text Example
White with #238CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CCC; }
p { color: rgb(35,140,204); }
H1.HeaderClassName
{
color: #238CCC;
}
.AnyTagClassName
{
color: #238CCC;
}
</style>
background-color css
<style>
a { background-color: #238CCC; }
a { background-color: rgb(35,140,204); }
div.DivClassName
{
background-color: #238CCC;
}
.BgClassName
{
background-color: #238CCC;
}
</style>
border-color css
<style>
span { border-color: #238CCC; }
span { border-color: rgb(35,140,204); }
td.TdClassName
{
border-color: #238CCC;
}
.TagClassName
{
border-color: #238CCC;
}
</style>