Shades of Curious Blue #2486BE
Tints of Curious Blue #2486BE
RGB
CMYK
RGB Variations
Color information
#2486BE (or 0x2486BE) is known color: Curious Blue. HEX triplet: 24, 86 and BE. RGB value is (36,134,190). Sum of RGB (Red+Green+Blue) = 36+134+190=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #2486BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2486BE is #DB7941. Grayscale: #6E6E6E. Windows color (decimal): -14383426 or 12486180. OLE color: 12486180.
HSL color Cylindrical-coordinate representation of color #2486BE: hue angle of 201.82º 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 #2486BE is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 134 | 190 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.25 |
| HSL | 201.82º | 0.68% | 0.44% | - |
| HSV(B) | 201.82º | 0.81% | 0.75% | - |
| XYZ | 18.55 | 21.14 | 51.82 | - |
| YUV | 111.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 190 | 0.81 | 0.29 | 0 | 0.25 | 201.82 | 0.68 | 0.44 |
| Hex | 24 | 86 | BE | 51 | 1D | 0 | 19 | CA | 44 | 2C |
| Octal | 44 | 206 | 276 | 121 | 35 | 0 | 31 | 312 | 104 | 54 |
| Binary | 100100 | 10000110 | 10111110 | 1010001 | 11101 | 0 | 11001 | 11001010 | 1000100 | 101100 |
Color Harmonies of #2486BE
Complementary color
Monochromatic Colors of #2486BE
Black with #2486BE
Text Example
Text Example
White with #2486BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486BE; }
p { color: rgb(36,134,190); }
H1.HeaderClassName
{
color: #2486BE;
}
.AnyTagClassName
{
color: #2486BE;
}
</style>
background-color css
<style>
a { background-color: #2486BE; }
a { background-color: rgb(36,134,190); }
div.DivClassName
{
background-color: #2486BE;
}
.BgClassName
{
background-color: #2486BE;
}
</style>
border-color css
<style>
span { border-color: #2486BE; }
span { border-color: rgb(36,134,190); }
td.TdClassName
{
border-color: #2486BE;
}
.TagClassName
{
border-color: #2486BE;
}
</style>