Shades of Curious Blue #2383D0
Tints of Curious Blue #2383D0
RGB
CMYK
RGB Variations
Color information
#2383D0 (or 0x2383D0) is known color: Curious Blue. HEX triplet: 23, 83 and D0. RGB value is (35,131,208). Sum of RGB (Red+Green+Blue) = 35+131+208=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #2383D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2383D0 is #DC7C2F. Grayscale: #6E6E6E. Windows color (decimal): -14449712 or 13665059. OLE color: 13665059.
HSL color Cylindrical-coordinate representation of color #2383D0: hue angle of 206.71º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2383D0 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 131 | 208 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.18 |
| HSL | 206.71º | 0.71% | 0.48% | - |
| HSV(B) | 206.71º | 0.83% | 0.82% | - |
| XYZ | 20.19 | 21.14 | 62.69 | - |
| YUV | 111.07 | 182.7 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 208 | 0.83 | 0.37 | 0 | 0.18 | 206.71 | 0.71 | 0.48 |
| Hex | 23 | 83 | D0 | 53 | 25 | 0 | 12 | CF | 47 | 30 |
| Octal | 43 | 203 | 320 | 123 | 45 | 0 | 22 | 317 | 107 | 60 |
| Binary | 100011 | 10000011 | 11010000 | 1010011 | 100101 | 0 | 10010 | 11001111 | 1000111 | 110000 |
Color Harmonies of #2383D0
Complementary color
Monochromatic Colors of #2383D0
Black with #2383D0
Text Example
Text Example
White with #2383D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2383D0; }
p { color: rgb(35,131,208); }
H1.HeaderClassName
{
color: #2383D0;
}
.AnyTagClassName
{
color: #2383D0;
}
</style>
background-color css
<style>
a { background-color: #2383D0; }
a { background-color: rgb(35,131,208); }
div.DivClassName
{
background-color: #2383D0;
}
.BgClassName
{
background-color: #2383D0;
}
</style>
border-color css
<style>
span { border-color: #2383D0; }
span { border-color: rgb(35,131,208); }
td.TdClassName
{
border-color: #2383D0;
}
.TagClassName
{
border-color: #2383D0;
}
</style>