Shades of Curious Blue #2488CB
Tints of Curious Blue #2488CB
RGB
CMYK
RGB Variations
Color information
#2488CB (or 0x2488CB) is known color: Curious Blue. HEX triplet: 24, 88 and CB. RGB value is (36,136,203). Sum of RGB (Red+Green+Blue) = 36+136+203=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #2488CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488CB is #DB7734. Grayscale: #717171. Windows color (decimal): -14382901 or 13338660. OLE color: 13338660.
HSL color Cylindrical-coordinate representation of color #2488CB: hue angle of 204.07º 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 #2488CB is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 136 | 203 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.20 |
| HSL | 204.07º | 0.7% | 0.47% | - |
| HSV(B) | 204.07º | 0.82% | 0.8% | - |
| XYZ | 20.31 | 22.3 | 59.73 | - |
| YUV | 113.74 | 178.37 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 203 | 0.82 | 0.33 | 0 | 0.20 | 204.07 | 0.7 | 0.47 |
| Hex | 24 | 88 | CB | 52 | 21 | 0 | 14 | CC | 46 | 2F |
| Octal | 44 | 210 | 313 | 122 | 41 | 0 | 24 | 314 | 106 | 57 |
| Binary | 100100 | 10001000 | 11001011 | 1010010 | 100001 | 0 | 10100 | 11001100 | 1000110 | 101111 |
Color Harmonies of #2488CB
Complementary color
Monochromatic Colors of #2488CB
Black with #2488CB
Text Example
Text Example
White with #2488CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2488CB; }
p { color: rgb(36,136,203); }
H1.HeaderClassName
{
color: #2488CB;
}
.AnyTagClassName
{
color: #2488CB;
}
</style>
background-color css
<style>
a { background-color: #2488CB; }
a { background-color: rgb(36,136,203); }
div.DivClassName
{
background-color: #2488CB;
}
.BgClassName
{
background-color: #2488CB;
}
</style>
border-color css
<style>
span { border-color: #2488CB; }
span { border-color: rgb(36,136,203); }
td.TdClassName
{
border-color: #2488CB;
}
.TagClassName
{
border-color: #2488CB;
}
</style>