Shades of Curious Blue #2487CA
Tints of Curious Blue #2487CA
RGB
CMYK
RGB Variations
Color information
#2487CA (or 0x2487CA) is known color: Curious Blue. HEX triplet: 24, 87 and CA. RGB value is (36,135,202). Sum of RGB (Red+Green+Blue) = 36+135+202=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #2487CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2487CA is #DB7835. Grayscale: #707070. Windows color (decimal): -14383158 or 13272868. OLE color: 13272868.
HSL color Cylindrical-coordinate representation of color #2487CA: hue angle of 204.22º 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 #2487CA is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 135 | 202 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.21 |
| HSL | 204.22º | 0.7% | 0.47% | - |
| HSV(B) | 204.22º | 0.82% | 0.79% | - |
| XYZ | 20.05 | 21.97 | 59.06 | - |
| YUV | 113.04 | 178.2 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 202 | 0.82 | 0.33 | 0 | 0.21 | 204.22 | 0.7 | 0.47 |
| Hex | 24 | 87 | CA | 52 | 21 | 0 | 15 | CC | 46 | 2F |
| Octal | 44 | 207 | 312 | 122 | 41 | 0 | 25 | 314 | 106 | 57 |
| Binary | 100100 | 10000111 | 11001010 | 1010010 | 100001 | 0 | 10101 | 11001100 | 1000110 | 101111 |
Color Harmonies of #2487CA
Complementary color
Monochromatic Colors of #2487CA
Black with #2487CA
Text Example
Text Example
White with #2487CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2487CA; }
p { color: rgb(36,135,202); }
H1.HeaderClassName
{
color: #2487CA;
}
.AnyTagClassName
{
color: #2487CA;
}
</style>
background-color css
<style>
a { background-color: #2487CA; }
a { background-color: rgb(36,135,202); }
div.DivClassName
{
background-color: #2487CA;
}
.BgClassName
{
background-color: #2487CA;
}
</style>
border-color css
<style>
span { border-color: #2487CA; }
span { border-color: rgb(36,135,202); }
td.TdClassName
{
border-color: #2487CA;
}
.TagClassName
{
border-color: #2487CA;
}
</style>