Shades of Pelorous #268CB8
Tints of Pelorous #268CB8
RGB
CMYK
RGB Variations
Color information
#268CB8 (or 0x268CB8) is known color: Pelorous. HEX triplet: 26, 8C and B8. RGB value is (38,140,184). Sum of RGB (Red+Green+Blue) = 38+140+184=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #268CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CB8 is #D97347. Grayscale: #727272. Windows color (decimal): -14250824 or 12094502. OLE color: 12094502.
HSL color Cylindrical-coordinate representation of color #268CB8: hue angle of 198.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #268CB8 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 140 | 184 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.28 |
| HSL | 198.08º | 0.66% | 0.44% | - |
| HSV(B) | 198.08º | 0.79% | 0.72% | - |
| XYZ | 18.83 | 22.63 | 48.72 | - |
| YUV | 114.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 184 | 0.79 | 0.24 | 0 | 0.28 | 198.08 | 0.66 | 0.44 |
| Hex | 26 | 8C | B8 | 4F | 18 | 0 | 1C | C6 | 42 | 2C |
| Octal | 46 | 214 | 270 | 117 | 30 | 0 | 34 | 306 | 102 | 54 |
| Binary | 100110 | 10001100 | 10111000 | 1001111 | 11000 | 0 | 11100 | 11000110 | 1000010 | 101100 |
Color Harmonies of #268CB8
Complementary color
Monochromatic Colors of #268CB8
Black with #268CB8
Text Example
Text Example
White with #268CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CB8; }
p { color: rgb(38,140,184); }
H1.HeaderClassName
{
color: #268CB8;
}
.AnyTagClassName
{
color: #268CB8;
}
</style>
background-color css
<style>
a { background-color: #268CB8; }
a { background-color: rgb(38,140,184); }
div.DivClassName
{
background-color: #268CB8;
}
.BgClassName
{
background-color: #268CB8;
}
</style>
border-color css
<style>
span { border-color: #268CB8; }
span { border-color: rgb(38,140,184); }
td.TdClassName
{
border-color: #268CB8;
}
.TagClassName
{
border-color: #268CB8;
}
</style>