Shades of Curious Blue #2380CE
Tints of Curious Blue #2380CE
RGB
CMYK
RGB Variations
Color information
#2380CE (or 0x2380CE) is known color: Curious Blue. HEX triplet: 23, 80 and CE. RGB value is (35,128,206). Sum of RGB (Red+Green+Blue) = 35+128+206=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #2380CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380CE is #DC7F31. Grayscale: #6C6C6C. Windows color (decimal): -14450482 or 13533219. OLE color: 13533219.
HSL color Cylindrical-coordinate representation of color #2380CE: hue angle of 207.37º 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 #2380CE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 128 | 206 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.19 |
| HSL | 207.37º | 0.71% | 0.47% | - |
| HSV(B) | 207.37º | 0.83% | 0.81% | - |
| XYZ | 19.55 | 20.25 | 61.27 | - |
| YUV | 109.09 | 182.69 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 206 | 0.83 | 0.38 | 0 | 0.19 | 207.37 | 0.71 | 0.47 |
| Hex | 23 | 80 | CE | 53 | 26 | 0 | 13 | CF | 47 | 2F |
| Octal | 43 | 200 | 316 | 123 | 46 | 0 | 23 | 317 | 107 | 57 |
| Binary | 100011 | 10000000 | 11001110 | 1010011 | 100110 | 0 | 10011 | 11001111 | 1000111 | 101111 |
Color Harmonies of #2380CE
Complementary color
Monochromatic Colors of #2380CE
Black with #2380CE
Text Example
Text Example
White with #2380CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380CE; }
p { color: rgb(35,128,206); }
H1.HeaderClassName
{
color: #2380CE;
}
.AnyTagClassName
{
color: #2380CE;
}
</style>
background-color css
<style>
a { background-color: #2380CE; }
a { background-color: rgb(35,128,206); }
div.DivClassName
{
background-color: #2380CE;
}
.BgClassName
{
background-color: #2380CE;
}
</style>
border-color css
<style>
span { border-color: #2380CE; }
span { border-color: rgb(35,128,206); }
td.TdClassName
{
border-color: #2380CE;
}
.TagClassName
{
border-color: #2380CE;
}
</style>