#268EC8

Color #268EC8 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #268EC8

Tints of Pelorous #268EC8

Color information

#268EC8 (or 0x268EC8) is unknown color: approx Pelorous. HEX triplet: 26, 8E and C8. RGB value is (38,142,200). Sum of RGB (Red+Green+Blue) = 38+142+200=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #268EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EC8 is #D97137. Grayscale: #757575. Windows color (decimal): -14250296 or 13143590. OLE color: 13143590.

HSL color Cylindrical-coordinate representation of color #268EC8: hue angle of 201.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268EC8 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38142200-
CMYK0.810.2900.22
HSL201.48º68.07%46.67%-
HSV(B)201.48º81%78.43%-
XYZ20.923.9358.16-
YUV117.52174.5471.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 200 (78.52% from 255) = 52.63%
R=10%
G=37.37%
B=52.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381422000.810.2900.22201.4868.0746.67
Hex268EC8511D016c9442f
Octal462163101213502631110457
Binary1001101000111011001000101000111101010110110010011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268EC8; }

 p { color: rgb(38,142,200); }

 H1.HeaderClassName
 {
   color: #268EC8;
 }
 .AnyTagClassName
 {
   color: #268EC8;
 }
</style>
background-color css

<style>
 a { background-color: #268EC8; }

 a { background-color: rgb(38,142,200); }

 div.DivClassName
 {
   background-color: #268EC8;
 }
 .BgClassName
 {
   background-color: #268EC8;
 }
</style>
border-color css

<style>
 span { border-color: #268EC8; }

 span { border-color: rgb(38,142,200); }

 td.TdClassName
 {
   border-color: #268EC8;
 }
 .TagClassName
 {
   border-color: #268EC8;
 }
</style>