Shades of Curious Blue #2488D1
Tints of Curious Blue #2488D1
RGB
CMYK
RGB Variations
Color information
#2488D1 (or 0x2488D1) is known color: Curious Blue. HEX triplet: 24, 88 and D1. RGB value is (36,136,209). Sum of RGB (Red+Green+Blue) = 36+136+209=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #2488D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488D1 is #DB772E. Grayscale: #727272. Windows color (decimal): -14382895 or 13731876. OLE color: 13731876.
HSL color Cylindrical-coordinate representation of color #2488D1: hue angle of 205.32º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2488D1 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 136 | 209 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.18 |
| HSL | 205.32º | 0.71% | 0.48% | - |
| HSV(B) | 205.32º | 0.83% | 0.82% | - |
| XYZ | 21.04 | 22.59 | 63.57 | - |
| YUV | 114.42 | 181.37 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 209 | 0.83 | 0.35 | 0 | 0.18 | 205.32 | 0.71 | 0.48 |
| Hex | 24 | 88 | D1 | 53 | 23 | 0 | 12 | CD | 47 | 30 |
| Octal | 44 | 210 | 321 | 123 | 43 | 0 | 22 | 315 | 107 | 60 |
| Binary | 100100 | 10001000 | 11010001 | 1010011 | 100011 | 0 | 10010 | 11001101 | 1000111 | 110000 |
Color Harmonies of #2488D1
Complementary color
Monochromatic Colors of #2488D1
Black with #2488D1
Text Example
Text Example
White with #2488D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2488D1; }
p { color: rgb(36,136,209); }
H1.HeaderClassName
{
color: #2488D1;
}
.AnyTagClassName
{
color: #2488D1;
}
</style>
background-color css
<style>
a { background-color: #2488D1; }
a { background-color: rgb(36,136,209); }
div.DivClassName
{
background-color: #2488D1;
}
.BgClassName
{
background-color: #2488D1;
}
</style>
border-color css
<style>
span { border-color: #2488D1; }
span { border-color: rgb(36,136,209); }
td.TdClassName
{
border-color: #2488D1;
}
.TagClassName
{
border-color: #2488D1;
}
</style>