Shades of Pelorous #268FCC
Tints of Pelorous #268FCC
RGB
CMYK
RGB Variations
Color information
#268FCC (or 0x268FCC) is known color: Pelorous. HEX triplet: 26, 8F and CC. RGB value is (38,143,204). Sum of RGB (Red+Green+Blue) = 38+143+204=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #268FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268FCC is #D97033. Grayscale: #767676. Windows color (decimal): -14250036 or 13405990. OLE color: 13405990.
HSL color Cylindrical-coordinate representation of color #268FCC: hue angle of 202.05º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268FCC is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 143 | 204 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.2 |
| HSL | 202.05º | 0.69% | 0.47% | - |
| HSV(B) | 202.05º | 0.81% | 0.8% | - |
| XYZ | 21.52 | 24.42 | 60.71 | - |
| YUV | 118.56 | 176.21 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 204 | 0.81 | 0.30 | 0 | 0.2 | 202.05 | 0.69 | 0.47 |
| Hex | 26 | 8F | CC | 51 | 1E | 0 | 14 | CA | 45 | 2F |
| Octal | 46 | 217 | 314 | 121 | 36 | 0 | 24 | 312 | 105 | 57 |
| Binary | 100110 | 10001111 | 11001100 | 1010001 | 11110 | 0 | 10100 | 11001010 | 1000101 | 101111 |
Color Harmonies of #268FCC
Complementary color
Monochromatic Colors of #268FCC
Black with #268FCC
Text Example
Text Example
White with #268FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FCC; }
p { color: rgb(38,143,204); }
H1.HeaderClassName
{
color: #268FCC;
}
.AnyTagClassName
{
color: #268FCC;
}
</style>
background-color css
<style>
a { background-color: #268FCC; }
a { background-color: rgb(38,143,204); }
div.DivClassName
{
background-color: #268FCC;
}
.BgClassName
{
background-color: #268FCC;
}
</style>
border-color css
<style>
span { border-color: #268FCC; }
span { border-color: rgb(38,143,204); }
td.TdClassName
{
border-color: #268FCC;
}
.TagClassName
{
border-color: #268FCC;
}
</style>