Shades of Pelorous #2498CB
Tints of Pelorous #2498CB
RGB
CMYK
RGB Variations
Color information
#2498CB (or 0x2498CB) is known color: Pelorous. HEX triplet: 24, 98 and CB. RGB value is (36,152,203). Sum of RGB (Red+Green+Blue) = 36+152+203=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #2498CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498CB is #DB6734. Grayscale: #7A7A7A. Windows color (decimal): -14378805 or 13342756. OLE color: 13342756.
HSL color Cylindrical-coordinate representation of color #2498CB: hue angle of 198.32º 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 #2498CB is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 152 | 203 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.20 |
| HSL | 198.32º | 0.7% | 0.47% | - |
| HSV(B) | 198.32º | 0.82% | 0.8% | - |
| XYZ | 22.74 | 27.14 | 60.54 | - |
| YUV | 123.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 203 | 0.82 | 0.25 | 0 | 0.20 | 198.32 | 0.7 | 0.47 |
| Hex | 24 | 98 | CB | 52 | 19 | 0 | 14 | C6 | 46 | 2F |
| Octal | 44 | 230 | 313 | 122 | 31 | 0 | 24 | 306 | 106 | 57 |
| Binary | 100100 | 10011000 | 11001011 | 1010010 | 11001 | 0 | 10100 | 11000110 | 1000110 | 101111 |
Color Harmonies of #2498CB
Complementary color
Monochromatic Colors of #2498CB
Black with #2498CB
Text Example
Text Example
White with #2498CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2498CB; }
p { color: rgb(36,152,203); }
H1.HeaderClassName
{
color: #2498CB;
}
.AnyTagClassName
{
color: #2498CB;
}
</style>
background-color css
<style>
a { background-color: #2498CB; }
a { background-color: rgb(36,152,203); }
div.DivClassName
{
background-color: #2498CB;
}
.BgClassName
{
background-color: #2498CB;
}
</style>
border-color css
<style>
span { border-color: #2498CB; }
span { border-color: rgb(36,152,203); }
td.TdClassName
{
border-color: #2498CB;
}
.TagClassName
{
border-color: #2498CB;
}
</style>