Html Css Color HEX #266DB5 Denim

📋 copy color: '#266DB5'

red 38 ◦ green 109 ◦ blue 181

#266DB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #266DB5

Tints of Denim #266DB5

RGB

 RED value IS 38 (15.23% from 255) = 11.59%

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 181 (71.09% from 255) = 55.18%

R = 11.59%
G = 33.23%
B = 55.18%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#266DB5 (or 0x266DB5) is known color: Denim. HEX triplet: 26, 6D and B5. RGB value is (38,109,181). Sum of RGB (Red+Green+Blue) = 38+109+181=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #266DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DB5 is #D9924A. Grayscale: #5F5F5F. Windows color (decimal): -14258763 or 11889958. OLE color: 11889958.

HSL color Cylindrical-coordinate representation of color #266DB5: hue angle of 210.21º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266DB5 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 109 181 -
CMYK 0.79 0.40 0 0.29
HSL 210.21º 0.65% 0.43% -
HSV(B) 210.21º 0.79% 0.71% -
XYZ 14.61 14.69 45.78 -
YUV 95.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 38 109 181 0.79 0.40 0 0.29 210.21 0.65 0.43
Hex 26 6D B5 4F 28 0 1D D2 41 2B
Octal 46 155 265 117 50 0 35 322 101 53
Binary 100110 1101101 10110101 1001111 101000 0 11101 11010010 1000001 101011

Color Harmonies of #266DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DB5

Black with #266DB5

Text Example


Text Example

White with #266DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266DB5; }

 p { color: rgb(38,109,181); }

 H1.HeaderClassName
 {
   color: #266DB5;
 }
 .AnyTagClassName
 {
   color: #266DB5;
 }
</style>

background-color css

<style>
 a { background-color: #266DB5; }

 a { background-color: rgb(38,109,181); }

 div.DivClassName
 {
   background-color: #266DB5;
 }
 .BgClassName
 {
   background-color: #266DB5;
 }
</style>

border-color css

<style>
 span { border-color: #266DB5; }

 span { border-color: rgb(38,109,181); }

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