Shades of Pelorous #269DB4
Tints of Pelorous #269DB4
RGB
CMYK
RGB Variations
Color information
#269DB4 (or 0x269DB4) is known color: Pelorous. HEX triplet: 26, 9D and B4. RGB value is (38,157,180). Sum of RGB (Red+Green+Blue) = 38+157+180=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #269DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DB4 is #D9624B. Grayscale: #7B7B7B. Windows color (decimal): -14246476 or 11836710. OLE color: 11836710.
HSL color Cylindrical-coordinate representation of color #269DB4: hue angle of 189.72º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #269DB4 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 157 | 180 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.29 |
| HSL | 189.72º | 0.65% | 0.43% | - |
| HSV(B) | 189.72º | 0.79% | 0.71% | - |
| XYZ | 21.09 | 27.82 | 47.44 | - |
| YUV | 124.04 | 159.58 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 180 | 0.79 | 0.13 | 0 | 0.29 | 189.72 | 0.65 | 0.43 |
| Hex | 26 | 9D | B4 | 4F | D | 0 | 1D | BE | 41 | 2B |
| Octal | 46 | 235 | 264 | 117 | 15 | 0 | 35 | 276 | 101 | 53 |
| Binary | 100110 | 10011101 | 10110100 | 1001111 | 1101 | 0 | 11101 | 10111110 | 1000001 | 101011 |
Color Harmonies of #269DB4
Complementary color
Monochromatic Colors of #269DB4
Black with #269DB4
Text Example
Text Example
White with #269DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DB4; }
p { color: rgb(38,157,180); }
H1.HeaderClassName
{
color: #269DB4;
}
.AnyTagClassName
{
color: #269DB4;
}
</style>
background-color css
<style>
a { background-color: #269DB4; }
a { background-color: rgb(38,157,180); }
div.DivClassName
{
background-color: #269DB4;
}
.BgClassName
{
background-color: #269DB4;
}
</style>
border-color css
<style>
span { border-color: #269DB4; }
span { border-color: rgb(38,157,180); }
td.TdClassName
{
border-color: #269DB4;
}
.TagClassName
{
border-color: #269DB4;
}
</style>