Shades of Pelorous #268DBC
Tints of Pelorous #268DBC
RGB
CMYK
RGB Variations
Color information
#268DBC (or 0x268DBC) is known color: Pelorous. HEX triplet: 26, 8D and BC. RGB value is (38,141,188). Sum of RGB (Red+Green+Blue) = 38+141+188=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #268DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DBC is #D97243. Grayscale: #737373. Windows color (decimal): -14250564 or 12356902. OLE color: 12356902.
HSL color Cylindrical-coordinate representation of color #268DBC: hue angle of 198.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268DBC is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 141 | 188 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.26 |
| HSL | 198.8º | 0.66% | 0.44% | - |
| HSV(B) | 198.8º | 0.8% | 0.74% | - |
| XYZ | 19.4 | 23.09 | 51.01 | - |
| YUV | 115.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 188 | 0.80 | 0.25 | 0 | 0.26 | 198.8 | 0.66 | 0.44 |
| Hex | 26 | 8D | BC | 50 | 19 | 0 | 1A | C7 | 42 | 2C |
| Octal | 46 | 215 | 274 | 120 | 31 | 0 | 32 | 307 | 102 | 54 |
| Binary | 100110 | 10001101 | 10111100 | 1010000 | 11001 | 0 | 11010 | 11000111 | 1000010 | 101100 |
Color Harmonies of #268DBC
Complementary color
Monochromatic Colors of #268DBC
Black with #268DBC
Text Example
Text Example
White with #268DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DBC; }
p { color: rgb(38,141,188); }
H1.HeaderClassName
{
color: #268DBC;
}
.AnyTagClassName
{
color: #268DBC;
}
</style>
background-color css
<style>
a { background-color: #268DBC; }
a { background-color: rgb(38,141,188); }
div.DivClassName
{
background-color: #268DBC;
}
.BgClassName
{
background-color: #268DBC;
}
</style>
border-color css
<style>
span { border-color: #268DBC; }
span { border-color: rgb(38,141,188); }
td.TdClassName
{
border-color: #268DBC;
}
.TagClassName
{
border-color: #268DBC;
}
</style>