Shades of Pelorous #269DCD
Tints of Pelorous #269DCD
RGB
CMYK
RGB Variations
Color information
#269DCD (or 0x269DCD) is known color: Pelorous. HEX triplet: 26, 9D and CD. RGB value is (38,157,205). Sum of RGB (Red+Green+Blue) = 38+157+205=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #269DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DCD is #D96232. Grayscale: #7E7E7E. Windows color (decimal): -14246451 or 13475110. OLE color: 13475110.
HSL color Cylindrical-coordinate representation of color #269DCD: hue angle of 197.25º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #269DCD is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 157 | 205 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.20 |
| HSL | 197.25º | 0.69% | 0.48% | - |
| HSV(B) | 197.25º | 0.81% | 0.8% | - |
| XYZ | 23.88 | 28.93 | 62.08 | - |
| YUV | 126.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 205 | 0.81 | 0.23 | 0 | 0.20 | 197.25 | 0.69 | 0.48 |
| Hex | 26 | 9D | CD | 51 | 17 | 0 | 14 | C5 | 45 | 30 |
| Octal | 46 | 235 | 315 | 121 | 27 | 0 | 24 | 305 | 105 | 60 |
| Binary | 100110 | 10011101 | 11001101 | 1010001 | 10111 | 0 | 10100 | 11000101 | 1000101 | 110000 |
Color Harmonies of #269DCD
Complementary color
Monochromatic Colors of #269DCD
Black with #269DCD
Text Example
Text Example
White with #269DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DCD; }
p { color: rgb(38,157,205); }
H1.HeaderClassName
{
color: #269DCD;
}
.AnyTagClassName
{
color: #269DCD;
}
</style>
background-color css
<style>
a { background-color: #269DCD; }
a { background-color: rgb(38,157,205); }
div.DivClassName
{
background-color: #269DCD;
}
.BgClassName
{
background-color: #269DCD;
}
</style>
border-color css
<style>
span { border-color: #269DCD; }
span { border-color: rgb(38,157,205); }
td.TdClassName
{
border-color: #269DCD;
}
.TagClassName
{
border-color: #269DCD;
}
</style>