Shades of Pelorous #268CBD
Tints of Pelorous #268CBD
RGB
CMYK
RGB Variations
Color information
#268CBD (or 0x268CBD) is known color: Pelorous. HEX triplet: 26, 8C and BD. RGB value is (38,140,189). Sum of RGB (Red+Green+Blue) = 38+140+189=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #268CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CBD is #D97342. Grayscale: #727272. Windows color (decimal): -14250819 or 12422182. OLE color: 12422182.
HSL color Cylindrical-coordinate representation of color #268CBD: hue angle of 199.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268CBD is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 140 | 189 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.26 |
| HSL | 199.47º | 0.67% | 0.45% | - |
| HSV(B) | 199.47º | 0.8% | 0.74% | - |
| XYZ | 19.36 | 22.84 | 51.53 | - |
| YUV | 115.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 189 | 0.80 | 0.26 | 0 | 0.26 | 199.47 | 0.67 | 0.45 |
| Hex | 26 | 8C | BD | 50 | 1A | 0 | 1A | C7 | 43 | 2D |
| Octal | 46 | 214 | 275 | 120 | 32 | 0 | 32 | 307 | 103 | 55 |
| Binary | 100110 | 10001100 | 10111101 | 1010000 | 11010 | 0 | 11010 | 11000111 | 1000011 | 101101 |
Color Harmonies of #268CBD
Complementary color
Monochromatic Colors of #268CBD
Black with #268CBD
Text Example
Text Example
White with #268CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CBD; }
p { color: rgb(38,140,189); }
H1.HeaderClassName
{
color: #268CBD;
}
.AnyTagClassName
{
color: #268CBD;
}
</style>
background-color css
<style>
a { background-color: #268CBD; }
a { background-color: rgb(38,140,189); }
div.DivClassName
{
background-color: #268CBD;
}
.BgClassName
{
background-color: #268CBD;
}
</style>
border-color css
<style>
span { border-color: #268CBD; }
span { border-color: rgb(38,140,189); }
td.TdClassName
{
border-color: #268CBD;
}
.TagClassName
{
border-color: #268CBD;
}
</style>