Shades of Pelorous #268ABB
Tints of Pelorous #268ABB
RGB
CMYK
RGB Variations
Color information
#268ABB (or 0x268ABB) is known color: Pelorous. HEX triplet: 26, 8A and BB. RGB value is (38,138,187). Sum of RGB (Red+Green+Blue) = 38+138+187=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #268ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ABB is #D97544. Grayscale: #717171. Windows color (decimal): -14251333 or 12290598. OLE color: 12290598.
HSL color Cylindrical-coordinate representation of color #268ABB: hue angle of 199.73º 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 #268ABB is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 138 | 187 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.27 |
| HSL | 199.73º | 0.66% | 0.44% | - |
| HSV(B) | 199.73º | 0.8% | 0.73% | - |
| XYZ | 18.86 | 22.18 | 50.3 | - |
| YUV | 113.69 | 169.37 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 187 | 0.80 | 0.26 | 0 | 0.27 | 199.73 | 0.66 | 0.44 |
| Hex | 26 | 8A | BB | 50 | 1A | 0 | 1B | C8 | 42 | 2C |
| Octal | 46 | 212 | 273 | 120 | 32 | 0 | 33 | 310 | 102 | 54 |
| Binary | 100110 | 10001010 | 10111011 | 1010000 | 11010 | 0 | 11011 | 11001000 | 1000010 | 101100 |
Color Harmonies of #268ABB
Complementary color
Monochromatic Colors of #268ABB
Black with #268ABB
Text Example
Text Example
White with #268ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ABB; }
p { color: rgb(38,138,187); }
H1.HeaderClassName
{
color: #268ABB;
}
.AnyTagClassName
{
color: #268ABB;
}
</style>
background-color css
<style>
a { background-color: #268ABB; }
a { background-color: rgb(38,138,187); }
div.DivClassName
{
background-color: #268ABB;
}
.BgClassName
{
background-color: #268ABB;
}
</style>
border-color css
<style>
span { border-color: #268ABB; }
span { border-color: rgb(38,138,187); }
td.TdClassName
{
border-color: #268ABB;
}
.TagClassName
{
border-color: #268ABB;
}
</style>