Shades of Pelorous #2489BD
Tints of Pelorous #2489BD
RGB
CMYK
RGB Variations
Color information
#2489BD (or 0x2489BD) is known color: Pelorous. HEX triplet: 24, 89 and BD. RGB value is (36,137,189). Sum of RGB (Red+Green+Blue) = 36+137+189=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #2489BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2489BD is #DB7642. Grayscale: #707070. Windows color (decimal): -14382659 or 12421412. OLE color: 12421412.
HSL color Cylindrical-coordinate representation of color #2489BD: hue angle of 200.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2489BD is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 137 | 189 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.26 |
| HSL | 200.39º | 0.68% | 0.44% | - |
| HSV(B) | 200.39º | 0.81% | 0.74% | - |
| XYZ | 18.86 | 21.94 | 51.39 | - |
| YUV | 112.73 | 171.04 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 189 | 0.81 | 0.28 | 0 | 0.26 | 200.39 | 0.68 | 0.44 |
| Hex | 24 | 89 | BD | 51 | 1C | 0 | 1A | C8 | 44 | 2C |
| Octal | 44 | 211 | 275 | 121 | 34 | 0 | 32 | 310 | 104 | 54 |
| Binary | 100100 | 10001001 | 10111101 | 1010001 | 11100 | 0 | 11010 | 11001000 | 1000100 | 101100 |
Color Harmonies of #2489BD
Complementary color
Monochromatic Colors of #2489BD
Black with #2489BD
Text Example
Text Example
White with #2489BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2489BD; }
p { color: rgb(36,137,189); }
H1.HeaderClassName
{
color: #2489BD;
}
.AnyTagClassName
{
color: #2489BD;
}
</style>
background-color css
<style>
a { background-color: #2489BD; }
a { background-color: rgb(36,137,189); }
div.DivClassName
{
background-color: #2489BD;
}
.BgClassName
{
background-color: #2489BD;
}
</style>
border-color css
<style>
span { border-color: #2489BD; }
span { border-color: rgb(36,137,189); }
td.TdClassName
{
border-color: #2489BD;
}
.TagClassName
{
border-color: #2489BD;
}
</style>