Shades of Curious Blue #2388CF
Tints of Curious Blue #2388CF
RGB
CMYK
RGB Variations
Color information
#2388CF (or 0x2388CF) is known color: Curious Blue. HEX triplet: 23, 88 and CF. RGB value is (35,136,207). Sum of RGB (Red+Green+Blue) = 35+136+207=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #2388CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388CF is #DC7730. Grayscale: #717171. Windows color (decimal): -14448433 or 13600803. OLE color: 13600803.
HSL color Cylindrical-coordinate representation of color #2388CF: hue angle of 204.77º 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 #2388CF is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 136 | 207 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.19 |
| HSL | 204.77º | 0.71% | 0.47% | - |
| HSV(B) | 204.77º | 0.83% | 0.81% | - |
| XYZ | 20.76 | 22.47 | 62.27 | - |
| YUV | 113.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 207 | 0.83 | 0.34 | 0 | 0.19 | 204.77 | 0.71 | 0.47 |
| Hex | 23 | 88 | CF | 53 | 22 | 0 | 13 | CD | 47 | 2F |
| Octal | 43 | 210 | 317 | 123 | 42 | 0 | 23 | 315 | 107 | 57 |
| Binary | 100011 | 10001000 | 11001111 | 1010011 | 100010 | 0 | 10011 | 11001101 | 1000111 | 101111 |
Color Harmonies of #2388CF
Complementary color
Monochromatic Colors of #2388CF
Black with #2388CF
Text Example
Text Example
White with #2388CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2388CF; }
p { color: rgb(35,136,207); }
H1.HeaderClassName
{
color: #2388CF;
}
.AnyTagClassName
{
color: #2388CF;
}
</style>
background-color css
<style>
a { background-color: #2388CF; }
a { background-color: rgb(35,136,207); }
div.DivClassName
{
background-color: #2388CF;
}
.BgClassName
{
background-color: #2388CF;
}
</style>
border-color css
<style>
span { border-color: #2388CF; }
span { border-color: rgb(35,136,207); }
td.TdClassName
{
border-color: #2388CF;
}
.TagClassName
{
border-color: #2388CF;
}
</style>