Shades of Curious Blue #238CCE
Tints of Curious Blue #238CCE
RGB
CMYK
RGB Variations
Color information
#238CCE (or 0x238CCE) is known color: Curious Blue. HEX triplet: 23, 8C and CE. RGB value is (35,140,206). Sum of RGB (Red+Green+Blue) = 35+140+206=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #238CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CCE is #DC7331. Grayscale: #737373. Windows color (decimal): -14447410 or 13536291. OLE color: 13536291.
HSL color Cylindrical-coordinate representation of color #238CCE: hue angle of 203.16º 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 #238CCE is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 140 | 206 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.19 |
| HSL | 203.16º | 0.71% | 0.47% | - |
| HSV(B) | 203.16º | 0.83% | 0.81% | - |
| XYZ | 21.21 | 23.57 | 61.82 | - |
| YUV | 116.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 206 | 0.83 | 0.32 | 0 | 0.19 | 203.16 | 0.71 | 0.47 |
| Hex | 23 | 8C | CE | 53 | 20 | 0 | 13 | CB | 47 | 2F |
| Octal | 43 | 214 | 316 | 123 | 40 | 0 | 23 | 313 | 107 | 57 |
| Binary | 100011 | 10001100 | 11001110 | 1010011 | 100000 | 0 | 10011 | 11001011 | 1000111 | 101111 |
Color Harmonies of #238CCE
Complementary color
Monochromatic Colors of #238CCE
Black with #238CCE
Text Example
Text Example
White with #238CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CCE; }
p { color: rgb(35,140,206); }
H1.HeaderClassName
{
color: #238CCE;
}
.AnyTagClassName
{
color: #238CCE;
}
</style>
background-color css
<style>
a { background-color: #238CCE; }
a { background-color: rgb(35,140,206); }
div.DivClassName
{
background-color: #238CCE;
}
.BgClassName
{
background-color: #238CCE;
}
</style>
border-color css
<style>
span { border-color: #238CCE; }
span { border-color: rgb(35,140,206); }
td.TdClassName
{
border-color: #238CCE;
}
.TagClassName
{
border-color: #238CCE;
}
</style>