Shades of Curious Blue #2483CB
Tints of Curious Blue #2483CB
RGB
CMYK
RGB Variations
Color information
#2483CB (or 0x2483CB) is known color: Curious Blue. HEX triplet: 24, 83 and CB. RGB value is (36,131,203). Sum of RGB (Red+Green+Blue) = 36+131+203=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #2483CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2483CB is #DB7C34. Grayscale: #6E6E6E. Windows color (decimal): -14384181 or 13337380. OLE color: 13337380.
HSL color Cylindrical-coordinate representation of color #2483CB: hue angle of 205.87º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2483CB is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 131 | 203 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.20 |
| HSL | 205.87º | 0.7% | 0.47% | - |
| HSV(B) | 205.87º | 0.82% | 0.8% | - |
| XYZ | 19.62 | 20.92 | 59.5 | - |
| YUV | 110.8 | 180.03 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 203 | 0.82 | 0.35 | 0 | 0.20 | 205.87 | 0.7 | 0.47 |
| Hex | 24 | 83 | CB | 52 | 23 | 0 | 14 | CE | 46 | 2F |
| Octal | 44 | 203 | 313 | 122 | 43 | 0 | 24 | 316 | 106 | 57 |
| Binary | 100100 | 10000011 | 11001011 | 1010010 | 100011 | 0 | 10100 | 11001110 | 1000110 | 101111 |
Color Harmonies of #2483CB
Complementary color
Monochromatic Colors of #2483CB
Black with #2483CB
Text Example
Text Example
White with #2483CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2483CB; }
p { color: rgb(36,131,203); }
H1.HeaderClassName
{
color: #2483CB;
}
.AnyTagClassName
{
color: #2483CB;
}
</style>
background-color css
<style>
a { background-color: #2483CB; }
a { background-color: rgb(36,131,203); }
div.DivClassName
{
background-color: #2483CB;
}
.BgClassName
{
background-color: #2483CB;
}
</style>
border-color css
<style>
span { border-color: #2483CB; }
span { border-color: rgb(36,131,203); }
td.TdClassName
{
border-color: #2483CB;
}
.TagClassName
{
border-color: #2483CB;
}
</style>