Shades of Curious Blue #2486CA
Tints of Curious Blue #2486CA
RGB
CMYK
RGB Variations
Color information
#2486CA (or 0x2486CA) is known color: Curious Blue. HEX triplet: 24, 86 and CA. RGB value is (36,134,202). Sum of RGB (Red+Green+Blue) = 36+134+202=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #2486CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2486CA is #DB7935. Grayscale: #707070. Windows color (decimal): -14383414 or 13272612. OLE color: 13272612.
HSL color Cylindrical-coordinate representation of color #2486CA: hue angle of 204.58º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2486CA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 134 | 202 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.21 |
| HSL | 204.58º | 0.7% | 0.47% | - |
| HSV(B) | 204.58º | 0.82% | 0.79% | - |
| XYZ | 19.91 | 21.69 | 59.01 | - |
| YUV | 112.45 | 178.53 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 202 | 0.82 | 0.34 | 0 | 0.21 | 204.58 | 0.7 | 0.47 |
| Hex | 24 | 86 | CA | 52 | 22 | 0 | 15 | CD | 46 | 2F |
| Octal | 44 | 206 | 312 | 122 | 42 | 0 | 25 | 315 | 106 | 57 |
| Binary | 100100 | 10000110 | 11001010 | 1010010 | 100010 | 0 | 10101 | 11001101 | 1000110 | 101111 |
Color Harmonies of #2486CA
Complementary color
Monochromatic Colors of #2486CA
Black with #2486CA
Text Example
Text Example
White with #2486CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486CA; }
p { color: rgb(36,134,202); }
H1.HeaderClassName
{
color: #2486CA;
}
.AnyTagClassName
{
color: #2486CA;
}
</style>
background-color css
<style>
a { background-color: #2486CA; }
a { background-color: rgb(36,134,202); }
div.DivClassName
{
background-color: #2486CA;
}
.BgClassName
{
background-color: #2486CA;
}
</style>
border-color css
<style>
span { border-color: #2486CA; }
span { border-color: rgb(36,134,202); }
td.TdClassName
{
border-color: #2486CA;
}
.TagClassName
{
border-color: #2486CA;
}
</style>