Shades of Curious Blue #2483BE
Tints of Curious Blue #2483BE
RGB
CMYK
RGB Variations
Color information
#2483BE (or 0x2483BE) is known color: Curious Blue. HEX triplet: 24, 83 and BE. RGB value is (36,131,190). Sum of RGB (Red+Green+Blue) = 36+131+190=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #2483BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2483BE is #DB7C41. Grayscale: #6C6C6C. Windows color (decimal): -14384194 or 12485412. OLE color: 12485412.
HSL color Cylindrical-coordinate representation of color #2483BE: hue angle of 202.99º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2483BE is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 131 | 190 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.25 |
| HSL | 202.99º | 0.68% | 0.44% | - |
| HSV(B) | 202.99º | 0.81% | 0.75% | - |
| XYZ | 18.14 | 20.33 | 51.68 | - |
| YUV | 109.32 | 173.53 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 190 | 0.81 | 0.31 | 0 | 0.25 | 202.99 | 0.68 | 0.44 |
| Hex | 24 | 83 | BE | 51 | 1F | 0 | 19 | CB | 44 | 2C |
| Octal | 44 | 203 | 276 | 121 | 37 | 0 | 31 | 313 | 104 | 54 |
| Binary | 100100 | 10000011 | 10111110 | 1010001 | 11111 | 0 | 11001 | 11001011 | 1000100 | 101100 |
Color Harmonies of #2483BE
Complementary color
Monochromatic Colors of #2483BE
Black with #2483BE
Text Example
Text Example
White with #2483BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483BE; }
p { color: rgb(36,131,190); }
H1.HeaderClassName
{
color: #2483BE;
}
.AnyTagClassName
{
color: #2483BE;
}
</style>
background-color css
<style>
a { background-color: #2483BE; }
a { background-color: rgb(36,131,190); }
div.DivClassName
{
background-color: #2483BE;
}
.BgClassName
{
background-color: #2483BE;
}
</style>
border-color css
<style>
span { border-color: #2483BE; }
span { border-color: rgb(36,131,190); }
td.TdClassName
{
border-color: #2483BE;
}
.TagClassName
{
border-color: #2483BE;
}
</style>