Shades of Curious Blue #2483D0
Tints of Curious Blue #2483D0
RGB
CMYK
RGB Variations
Color information
#2483D0 (or 0x2483D0) is known color: Curious Blue. HEX triplet: 24, 83 and D0. RGB value is (36,131,208). Sum of RGB (Red+Green+Blue) = 36+131+208=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #2483D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2483D0 is #DB7C2F. Grayscale: #6E6E6E. Windows color (decimal): -14384176 or 13665060. OLE color: 13665060.
HSL color Cylindrical-coordinate representation of color #2483D0: hue angle of 206.86º degrees, saturation: 0.7, 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 #2483D0 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 131 | 208 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.18 |
| HSL | 206.86º | 0.7% | 0.48% | - |
| HSV(B) | 206.86º | 0.83% | 0.82% | - |
| XYZ | 20.23 | 21.16 | 62.69 | - |
| YUV | 111.37 | 182.53 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 208 | 0.83 | 0.37 | 0 | 0.18 | 206.86 | 0.7 | 0.48 |
| Hex | 24 | 83 | D0 | 53 | 25 | 0 | 12 | CF | 46 | 30 |
| Octal | 44 | 203 | 320 | 123 | 45 | 0 | 22 | 317 | 106 | 60 |
| Binary | 100100 | 10000011 | 11010000 | 1010011 | 100101 | 0 | 10010 | 11001111 | 1000110 | 110000 |
Color Harmonies of #2483D0
Complementary color
Monochromatic Colors of #2483D0
Black with #2483D0
Text Example
Text Example
White with #2483D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483D0; }
p { color: rgb(36,131,208); }
H1.HeaderClassName
{
color: #2483D0;
}
.AnyTagClassName
{
color: #2483D0;
}
</style>
background-color css
<style>
a { background-color: #2483D0; }
a { background-color: rgb(36,131,208); }
div.DivClassName
{
background-color: #2483D0;
}
.BgClassName
{
background-color: #2483D0;
}
</style>
border-color css
<style>
span { border-color: #2483D0; }
span { border-color: rgb(36,131,208); }
td.TdClassName
{
border-color: #2483D0;
}
.TagClassName
{
border-color: #2483D0;
}
</style>