Shades of Pelorous #269FCB
Tints of Pelorous #269FCB
RGB
CMYK
RGB Variations
Color information
#269FCB (or 0x269FCB) is known color: Pelorous. HEX triplet: 26, 9F and CB. RGB value is (38,159,203). Sum of RGB (Red+Green+Blue) = 38+159+203=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #269FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269FCB is #D96034. Grayscale: #7F7F7F. Windows color (decimal): -14245941 or 13344550. OLE color: 13344550.
HSL color Cylindrical-coordinate representation of color #269FCB: hue angle of 196º degrees, saturation: 0.68, 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 #269FCB is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 159 | 203 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.20 |
| HSL | 196º | 0.68% | 0.47% | - |
| HSV(B) | 196º | 0.81% | 0.8% | - |
| XYZ | 23.98 | 29.52 | 60.93 | - |
| YUV | 127.84 | 170.41 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 203 | 0.81 | 0.22 | 0 | 0.20 | 196 | 0.68 | 0.47 |
| Hex | 26 | 9F | CB | 51 | 16 | 0 | 14 | C4 | 44 | 2F |
| Octal | 46 | 237 | 313 | 121 | 26 | 0 | 24 | 304 | 104 | 57 |
| Binary | 100110 | 10011111 | 11001011 | 1010001 | 10110 | 0 | 10100 | 11000100 | 1000100 | 101111 |
Color Harmonies of #269FCB
Complementary color
Monochromatic Colors of #269FCB
Black with #269FCB
Text Example
Text Example
White with #269FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FCB; }
p { color: rgb(38,159,203); }
H1.HeaderClassName
{
color: #269FCB;
}
.AnyTagClassName
{
color: #269FCB;
}
</style>
background-color css
<style>
a { background-color: #269FCB; }
a { background-color: rgb(38,159,203); }
div.DivClassName
{
background-color: #269FCB;
}
.BgClassName
{
background-color: #269FCB;
}
</style>
border-color css
<style>
span { border-color: #269FCB; }
span { border-color: rgb(38,159,203); }
td.TdClassName
{
border-color: #269FCB;
}
.TagClassName
{
border-color: #269FCB;
}
</style>