Shades of Pelorous #268BBB
Tints of Pelorous #268BBB
RGB
CMYK
RGB Variations
Color information
#268BBB (or 0x268BBB) is known color: Pelorous. HEX triplet: 26, 8B and BB. RGB value is (38,139,187). Sum of RGB (Red+Green+Blue) = 38+139+187=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #268BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BBB is #D97444. Grayscale: #717171. Windows color (decimal): -14251077 or 12290854. OLE color: 12290854.
HSL color Cylindrical-coordinate representation of color #268BBB: hue angle of 199.33º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268BBB is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 139 | 187 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.27 |
| HSL | 199.33º | 0.66% | 0.44% | - |
| HSV(B) | 199.33º | 0.8% | 0.73% | - |
| XYZ | 19 | 22.47 | 50.35 | - |
| YUV | 114.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 187 | 0.80 | 0.26 | 0 | 0.27 | 199.33 | 0.66 | 0.44 |
| Hex | 26 | 8B | BB | 50 | 1A | 0 | 1B | C7 | 42 | 2C |
| Octal | 46 | 213 | 273 | 120 | 32 | 0 | 33 | 307 | 102 | 54 |
| Binary | 100110 | 10001011 | 10111011 | 1010000 | 11010 | 0 | 11011 | 11000111 | 1000010 | 101100 |
Color Harmonies of #268BBB
Complementary color
Monochromatic Colors of #268BBB
Black with #268BBB
Text Example
Text Example
White with #268BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BBB; }
p { color: rgb(38,139,187); }
H1.HeaderClassName
{
color: #268BBB;
}
.AnyTagClassName
{
color: #268BBB;
}
</style>
background-color css
<style>
a { background-color: #268BBB; }
a { background-color: rgb(38,139,187); }
div.DivClassName
{
background-color: #268BBB;
}
.BgClassName
{
background-color: #268BBB;
}
</style>
border-color css
<style>
span { border-color: #268BBB; }
span { border-color: rgb(38,139,187); }
td.TdClassName
{
border-color: #268BBB;
}
.TagClassName
{
border-color: #268BBB;
}
</style>