Shades of Pelorous #268DBD
Tints of Pelorous #268DBD
RGB
CMYK
RGB Variations
Color information
#268DBD (or 0x268DBD) is known color: Pelorous. HEX triplet: 26, 8D and BD. RGB value is (38,141,189). Sum of RGB (Red+Green+Blue) = 38+141+189=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #268DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DBD is #D97242. Grayscale: #737373. Windows color (decimal): -14250563 or 12422438. OLE color: 12422438.
HSL color Cylindrical-coordinate representation of color #268DBD: hue angle of 199.07º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268DBD is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 141 | 189 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.26 |
| HSL | 199.07º | 0.67% | 0.45% | - |
| HSV(B) | 199.07º | 0.8% | 0.74% | - |
| XYZ | 19.51 | 23.14 | 51.58 | - |
| YUV | 115.68 | 169.38 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 189 | 0.80 | 0.25 | 0 | 0.26 | 199.07 | 0.67 | 0.45 |
| Hex | 26 | 8D | BD | 50 | 19 | 0 | 1A | C7 | 43 | 2D |
| Octal | 46 | 215 | 275 | 120 | 31 | 0 | 32 | 307 | 103 | 55 |
| Binary | 100110 | 10001101 | 10111101 | 1010000 | 11001 | 0 | 11010 | 11000111 | 1000011 | 101101 |
Color Harmonies of #268DBD
Complementary color
Monochromatic Colors of #268DBD
Black with #268DBD
Text Example
Text Example
White with #268DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DBD; }
p { color: rgb(38,141,189); }
H1.HeaderClassName
{
color: #268DBD;
}
.AnyTagClassName
{
color: #268DBD;
}
</style>
background-color css
<style>
a { background-color: #268DBD; }
a { background-color: rgb(38,141,189); }
div.DivClassName
{
background-color: #268DBD;
}
.BgClassName
{
background-color: #268DBD;
}
</style>
border-color css
<style>
span { border-color: #268DBD; }
span { border-color: rgb(38,141,189); }
td.TdClassName
{
border-color: #268DBD;
}
.TagClassName
{
border-color: #268DBD;
}
</style>