Shades of Pelorous #2598CF
Tints of Pelorous #2598CF
RGB
CMYK
RGB Variations
Color information
#2598CF (or 0x2598CF) is known color: Pelorous. HEX triplet: 25, 98 and CF. RGB value is (37,152,207). Sum of RGB (Red+Green+Blue) = 37+152+207=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #2598CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2598CF is #DA6730. Grayscale: #7B7B7B. Windows color (decimal): -14313265 or 13604901. OLE color: 13604901.
HSL color Cylindrical-coordinate representation of color #2598CF: hue angle of 199.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2598CF is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 152 | 207 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.19 |
| HSL | 199.41º | 0.7% | 0.48% | - |
| HSV(B) | 199.41º | 0.82% | 0.81% | - |
| XYZ | 23.25 | 27.35 | 63.09 | - |
| YUV | 123.89 | 174.9 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 207 | 0.82 | 0.27 | 0 | 0.19 | 199.41 | 0.7 | 0.48 |
| Hex | 25 | 98 | CF | 52 | 1B | 0 | 13 | C7 | 46 | 30 |
| Octal | 45 | 230 | 317 | 122 | 33 | 0 | 23 | 307 | 106 | 60 |
| Binary | 100101 | 10011000 | 11001111 | 1010010 | 11011 | 0 | 10011 | 11000111 | 1000110 | 110000 |
Color Harmonies of #2598CF
Complementary color
Monochromatic Colors of #2598CF
Black with #2598CF
Text Example
Text Example
White with #2598CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2598CF; }
p { color: rgb(37,152,207); }
H1.HeaderClassName
{
color: #2598CF;
}
.AnyTagClassName
{
color: #2598CF;
}
</style>
background-color css
<style>
a { background-color: #2598CF; }
a { background-color: rgb(37,152,207); }
div.DivClassName
{
background-color: #2598CF;
}
.BgClassName
{
background-color: #2598CF;
}
</style>
border-color css
<style>
span { border-color: #2598CF; }
span { border-color: rgb(37,152,207); }
td.TdClassName
{
border-color: #2598CF;
}
.TagClassName
{
border-color: #2598CF;
}
</style>