Shades of Pelorous #268BBA
Tints of Pelorous #268BBA
RGB
CMYK
RGB Variations
Color information
#268BBA (or 0x268BBA) is known color: Pelorous. HEX triplet: 26, 8B and BA. RGB value is (38,139,186). Sum of RGB (Red+Green+Blue) = 38+139+186=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #268BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BBA is #D97445. Grayscale: #717171. Windows color (decimal): -14251078 or 12225318. OLE color: 12225318.
HSL color Cylindrical-coordinate representation of color #268BBA: hue angle of 199.05º 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 #268BBA is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 139 | 186 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.27 |
| HSL | 199.05º | 0.66% | 0.44% | - |
| HSV(B) | 199.05º | 0.8% | 0.73% | - |
| XYZ | 18.89 | 22.42 | 49.79 | - |
| YUV | 114.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 186 | 0.80 | 0.25 | 0 | 0.27 | 199.05 | 0.66 | 0.44 |
| Hex | 26 | 8B | BA | 50 | 19 | 0 | 1B | C7 | 42 | 2C |
| Octal | 46 | 213 | 272 | 120 | 31 | 0 | 33 | 307 | 102 | 54 |
| Binary | 100110 | 10001011 | 10111010 | 1010000 | 11001 | 0 | 11011 | 11000111 | 1000010 | 101100 |
Color Harmonies of #268BBA
Complementary color
Monochromatic Colors of #268BBA
Black with #268BBA
Text Example
Text Example
White with #268BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BBA; }
p { color: rgb(38,139,186); }
H1.HeaderClassName
{
color: #268BBA;
}
.AnyTagClassName
{
color: #268BBA;
}
</style>
background-color css
<style>
a { background-color: #268BBA; }
a { background-color: rgb(38,139,186); }
div.DivClassName
{
background-color: #268BBA;
}
.BgClassName
{
background-color: #268BBA;
}
</style>
border-color css
<style>
span { border-color: #268BBA; }
span { border-color: rgb(38,139,186); }
td.TdClassName
{
border-color: #268BBA;
}
.TagClassName
{
border-color: #268BBA;
}
</style>