Shades of Curious Blue #2483D8
Tints of Curious Blue #2483D8
RGB
CMYK
RGB Variations
Color information
#2483D8 (or 0x2483D8) is known color: Curious Blue. HEX triplet: 24, 83 and D8. RGB value is (36,131,216). Sum of RGB (Red+Green+Blue) = 36+131+216=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #2483D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2483D8 is #DB7C27. Grayscale: #6F6F6F. Windows color (decimal): -14384168 or 14189348. OLE color: 14189348.
HSL color Cylindrical-coordinate representation of color #2483D8: hue angle of 208.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2483D8 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 131 | 216 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.15 |
| HSL | 208.33º | 0.71% | 0.49% | - |
| HSV(B) | 208.33º | 0.83% | 0.85% | - |
| XYZ | 21.24 | 21.57 | 68.01 | - |
| YUV | 112.29 | 186.53 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 216 | 0.83 | 0.39 | 0 | 0.15 | 208.33 | 0.71 | 0.49 |
| Hex | 24 | 83 | D8 | 53 | 27 | 0 | F | D0 | 47 | 31 |
| Octal | 44 | 203 | 330 | 123 | 47 | 0 | 17 | 320 | 107 | 61 |
| Binary | 100100 | 10000011 | 11011000 | 1010011 | 100111 | 0 | 1111 | 11010000 | 1000111 | 110001 |
Color Harmonies of #2483D8
Complementary color
Monochromatic Colors of #2483D8
Black with #2483D8
Text Example
Text Example
White with #2483D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483D8; }
p { color: rgb(36,131,216); }
H1.HeaderClassName
{
color: #2483D8;
}
.AnyTagClassName
{
color: #2483D8;
}
</style>
background-color css
<style>
a { background-color: #2483D8; }
a { background-color: rgb(36,131,216); }
div.DivClassName
{
background-color: #2483D8;
}
.BgClassName
{
background-color: #2483D8;
}
</style>
border-color css
<style>
span { border-color: #2483D8; }
span { border-color: rgb(36,131,216); }
td.TdClassName
{
border-color: #2483D8;
}
.TagClassName
{
border-color: #2483D8;
}
</style>