Shades of Pelorous #2599CF
Tints of Pelorous #2599CF
RGB
CMYK
RGB Variations
Color information
#2599CF (or 0x2599CF) is known color: Pelorous. HEX triplet: 25, 99 and CF. RGB value is (37,153,207). Sum of RGB (Red+Green+Blue) = 37+153+207=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #2599CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2599CF is #DA6630. Grayscale: #7C7C7C. Windows color (decimal): -14313009 or 13605157. OLE color: 13605157.
HSL color Cylindrical-coordinate representation of color #2599CF: hue angle of 199.06º 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 #2599CF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 153 | 207 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.19 |
| HSL | 199.06º | 0.7% | 0.48% | - |
| HSV(B) | 199.06º | 0.82% | 0.81% | - |
| XYZ | 23.42 | 27.68 | 63.14 | - |
| YUV | 124.47 | 174.57 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 207 | 0.82 | 0.26 | 0 | 0.19 | 199.06 | 0.7 | 0.48 |
| Hex | 25 | 99 | CF | 52 | 1A | 0 | 13 | C7 | 46 | 30 |
| Octal | 45 | 231 | 317 | 122 | 32 | 0 | 23 | 307 | 106 | 60 |
| Binary | 100101 | 10011001 | 11001111 | 1010010 | 11010 | 0 | 10011 | 11000111 | 1000110 | 110000 |
Color Harmonies of #2599CF
Complementary color
Monochromatic Colors of #2599CF
Black with #2599CF
Text Example
Text Example
White with #2599CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2599CF; }
p { color: rgb(37,153,207); }
H1.HeaderClassName
{
color: #2599CF;
}
.AnyTagClassName
{
color: #2599CF;
}
</style>
background-color css
<style>
a { background-color: #2599CF; }
a { background-color: rgb(37,153,207); }
div.DivClassName
{
background-color: #2599CF;
}
.BgClassName
{
background-color: #2599CF;
}
</style>
border-color css
<style>
span { border-color: #2599CF; }
span { border-color: rgb(37,153,207); }
td.TdClassName
{
border-color: #2599CF;
}
.TagClassName
{
border-color: #2599CF;
}
</style>