#268BBE

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

Shades of Pelorous #268BBE

Tints of Pelorous #268BBE

Color information

#268BBE (or 0x268BBE) is unknown color: approx Pelorous. HEX triplet: 26, 8B and BE. RGB value is (38,139,190). Sum of RGB (Red+Green+Blue) = 38+139+190=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #268BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BBE is #D97441. Grayscale: #727272. Windows color (decimal): -14251074 or 12487462. OLE color: 12487462.

HSL color Cylindrical-coordinate representation of color #268BBE: hue angle of 200.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268BBE is Cyan = 0.8, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38139190-
CMYK0.80.2700.25
HSL200.13º66.67%44.71%-
HSV(B)200.13º80%74.51%-
XYZ19.3322.652.06-
YUV114.61170.5473.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.35%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=10.35%
G=37.87%
B=51.77%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381391900.80.2700.25200.1366.6744.71
Hex268BBE501B019c8432d
Octal462132761203303131010355
Binary1001101000101110111110101000011011011001110010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,139,190); }

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

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

 a { background-color: rgb(38,139,190); }

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

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

 span { border-color: rgb(38,139,190); }

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