Shades of Curious Blue #2489CC
Tints of Curious Blue #2489CC
RGB
CMYK
RGB Variations
Color information
#2489CC (or 0x2489CC) is known color: Curious Blue. HEX triplet: 24, 89 and CC. RGB value is (36,137,204). Sum of RGB (Red+Green+Blue) = 36+137+204=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #2489CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2489CC is #DB7633. Grayscale: #727272. Windows color (decimal): -14382644 or 13404452. OLE color: 13404452.
HSL color Cylindrical-coordinate representation of color #2489CC: hue angle of 203.93º 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 #2489CC is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 137 | 204 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.2 |
| HSL | 203.93º | 0.7% | 0.47% | - |
| HSV(B) | 203.93º | 0.82% | 0.8% | - |
| XYZ | 20.57 | 22.63 | 60.41 | - |
| YUV | 114.44 | 178.54 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 204 | 0.82 | 0.33 | 0 | 0.2 | 203.93 | 0.7 | 0.47 |
| Hex | 24 | 89 | CC | 52 | 21 | 0 | 14 | CC | 46 | 2F |
| Octal | 44 | 211 | 314 | 122 | 41 | 0 | 24 | 314 | 106 | 57 |
| Binary | 100100 | 10001001 | 11001100 | 1010010 | 100001 | 0 | 10100 | 11001100 | 1000110 | 101111 |
Color Harmonies of #2489CC
Complementary color
Monochromatic Colors of #2489CC
Black with #2489CC
Text Example
Text Example
White with #2489CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2489CC; }
p { color: rgb(36,137,204); }
H1.HeaderClassName
{
color: #2489CC;
}
.AnyTagClassName
{
color: #2489CC;
}
</style>
background-color css
<style>
a { background-color: #2489CC; }
a { background-color: rgb(36,137,204); }
div.DivClassName
{
background-color: #2489CC;
}
.BgClassName
{
background-color: #2489CC;
}
</style>
border-color css
<style>
span { border-color: #2489CC; }
span { border-color: rgb(36,137,204); }
td.TdClassName
{
border-color: #2489CC;
}
.TagClassName
{
border-color: #2489CC;
}
</style>