COLOR #266CC1

HEX: #266CC1
RGB: (38,108,193)

Color info

#266CC1 contains mainly blue color. Web safe color of #266CC1 is #3366CC (or #36C).

RGB color model

#266CC1 color RGB value is (38,108,193).

  • red value is 38;
  • green value is 108;
  • blue value is 193.
RGB:
(38,108,193)
(15%,42%,76%)

RGB channels and saturation

R 38 of 255 = 15%
G 108 of 255 = 42%
B 193 of 255 = 76%

38
108
193

R + G + B ~ 44%. #266CC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
38 + 108 + 193 = 339 (100%)
R 38 of 339 ~ 11.21%
G 108 of 339 ~ 31.86%
B 193 of 339 ~ 56.93%

%11.21
%31.86
%56.93

CMYK color model

#266CC1 color CMYK value is (80,44,0,24).

  • cyan value is 80.31%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(80,44,0,24)
C80M44Y0K24 
(80%,44%,0%,24%)
(0.80/0.44/0.00/0.24)	

CMYK percentages

%80.31
%44.04
%0
%24.31

Codes

Color #266CC1 in popluar color models

266CC1
RGB38108193
HSL213°67.10%45.29%
HSB/HSV213°80.31%75.69%
CMYK80.31%44.04%0.00%
24.31%

Color #266CC1 in popluar number systems.

HEX266CC1
Decimal38108193
Binary100110110110011000001
Octal46154301

Shades and tints

Shades of #266CC1

#266CC1
(38,108,193)
#2363B0
(35,99,176)
#205A9F
(32,90,159)
#1D518E
(29,81,142)
#1A487D
(26,72,125)
#173F6C
(23,63,108)
#14365B
(20,54,91)
#112D4A
(17,45,74)
#0E2439
(14,36,57)
#0B1B28
(11,27,40)
#081217
(8,18,23)
#000000
(0,0,0)

Tints of #266CC1

#266CC1
(38,108,193)
#3979C6
(57,121,198)
#4C86CB
(76,134,203)
#5F93D0
(95,147,208)
#72A0D5
(114,160,213)
#85ADDA
(133,173,218)
#98BADF
(152,186,223)
#ABC7E4
(171,199,228)
#BED4E9
(190,212,233)
#D1E1EE
(209,225,238)
#E4EEF3
(228,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #266CC1 color. Also use rgb(38,108,193) instead hex code.

Text Font Color

.myTextColor { color: #266CC1; }

<p style="color:#266CC1">This sample text font color is #266CC1.</p>

This text font color is #266CC1.


Background Color

.myBgColor { background-color: #266CC1; }

<div style="background-color:#266CC1">Inner text</div>

This div background color is #266CC1.


Border color

.myBorderColor { border: 1px solid #266CC1; }

<div style="border:3px solid #266CC1">Div</div>

This div border color is #266CC1.


Opacity

.myOpacity80 { color: #266CC1; opacity: 0.8; }

<p style="color:#266CC1;opacity:0.8;">80%</p>

Text with #266CC1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #266CC1;}

<p style="text-shadow: 3px 3px 1px #266CC1">Text here.</p>

This text has shadow with #266CC1 color.

.textShadow {text-shadow: 3px 3px 1px #266CC1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #266CC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #266CC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#266CC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#266CC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #266CC1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #266CC1;
  -webkit-box-shadow:	1px 1px 3px 2px #266CC1;
  box-shadow:		1px 1px 3px 2px #266CC1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #266CC1;
-webkit-box-shadow: 1px 1px 3px 2px #266CC1;
box-shadow:1px 1px 3px 2px #266CC1;">
Div content here</div>
This div box has shadow with color #266CC1.

Preview

Color preview on black background

This text has color #266CC1 on black background.


Color preview on white background

This text has color #266CC1 on white background.



Black color preview on #266CC1 background

This text has black color on #266CC1 background.


White color preview on #266CC1 background

This text has white color on #266CC1 background.