Shades of Curious Blue #2486D4
Tints of Curious Blue #2486D4
RGB
CMYK
RGB Variations
Color information
#2486D4 (or 0x2486D4) is known color: Curious Blue. HEX triplet: 24, 86 and D4. RGB value is (36,134,212). Sum of RGB (Red+Green+Blue) = 36+134+212=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #2486D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2486D4 is #DB792B. Grayscale: #717171. Windows color (decimal): -14383404 or 13927972. OLE color: 13927972.
HSL color Cylindrical-coordinate representation of color #2486D4: hue angle of 206.59º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2486D4 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 134 | 212 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.17 |
| HSL | 206.59º | 0.71% | 0.49% | - |
| HSV(B) | 206.59º | 0.83% | 0.83% | - |
| XYZ | 21.14 | 22.18 | 65.45 | - |
| YUV | 113.59 | 183.53 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 212 | 0.83 | 0.37 | 0 | 0.17 | 206.59 | 0.71 | 0.49 |
| Hex | 24 | 86 | D4 | 53 | 25 | 0 | 11 | CF | 47 | 31 |
| Octal | 44 | 206 | 324 | 123 | 45 | 0 | 21 | 317 | 107 | 61 |
| Binary | 100100 | 10000110 | 11010100 | 1010011 | 100101 | 0 | 10001 | 11001111 | 1000111 | 110001 |
Color Harmonies of #2486D4
Complementary color
Monochromatic Colors of #2486D4
Black with #2486D4
Text Example
Text Example
White with #2486D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486D4; }
p { color: rgb(36,134,212); }
H1.HeaderClassName
{
color: #2486D4;
}
.AnyTagClassName
{
color: #2486D4;
}
</style>
background-color css
<style>
a { background-color: #2486D4; }
a { background-color: rgb(36,134,212); }
div.DivClassName
{
background-color: #2486D4;
}
.BgClassName
{
background-color: #2486D4;
}
</style>
border-color css
<style>
span { border-color: #2486D4; }
span { border-color: rgb(36,134,212); }
td.TdClassName
{
border-color: #2486D4;
}
.TagClassName
{
border-color: #2486D4;
}
</style>