Shades of Curious Blue #2486CC
Tints of Curious Blue #2486CC
RGB
CMYK
RGB Variations
Color information
#2486CC (or 0x2486CC) is known color: Curious Blue. HEX triplet: 24, 86 and CC. RGB value is (36,134,204). Sum of RGB (Red+Green+Blue) = 36+134+204=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2486CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2486CC is #DB7933. Grayscale: #707070. Windows color (decimal): -14383412 or 13403684. OLE color: 13403684.
HSL color Cylindrical-coordinate representation of color #2486CC: hue angle of 205º 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 #2486CC is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 134 | 204 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.2 |
| HSL | 205º | 0.7% | 0.47% | - |
| HSV(B) | 205º | 0.82% | 0.8% | - |
| XYZ | 20.15 | 21.78 | 60.27 | - |
| YUV | 112.68 | 179.53 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 204 | 0.82 | 0.34 | 0 | 0.2 | 205 | 0.7 | 0.47 |
| Hex | 24 | 86 | CC | 52 | 22 | 0 | 14 | CD | 46 | 2F |
| Octal | 44 | 206 | 314 | 122 | 42 | 0 | 24 | 315 | 106 | 57 |
| Binary | 100100 | 10000110 | 11001100 | 1010010 | 100010 | 0 | 10100 | 11001101 | 1000110 | 101111 |
Color Harmonies of #2486CC
Complementary color
Monochromatic Colors of #2486CC
Black with #2486CC
Text Example
Text Example
White with #2486CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486CC; }
p { color: rgb(36,134,204); }
H1.HeaderClassName
{
color: #2486CC;
}
.AnyTagClassName
{
color: #2486CC;
}
</style>
background-color css
<style>
a { background-color: #2486CC; }
a { background-color: rgb(36,134,204); }
div.DivClassName
{
background-color: #2486CC;
}
.BgClassName
{
background-color: #2486CC;
}
</style>
border-color css
<style>
span { border-color: #2486CC; }
span { border-color: rgb(36,134,204); }
td.TdClassName
{
border-color: #2486CC;
}
.TagClassName
{
border-color: #2486CC;
}
</style>