#266bd1

Color #266BD1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #266BD1

Tints of Denim #266BD1

Color information

#266BD1 (or 0x266BD1) is unknown color: approx Denim. HEX triplet: 26, 6B and D1. RGB value is (38,107,209). Sum of RGB (Red+Green+Blue) = 38+107+209=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #266BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BD1 is #D9942E. Grayscale: #616161. Windows color (decimal): -14259247 or 13724454. OLE color: 13724454.

HSL color Cylindrical-coordinate representation of color #266BD1: hue angle of 215.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266BD1 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB38107209-
CMYK0.820.4900.18
HSL215.79º69.23%48.43%-
HSV(B)215.79º81.82%81.96%-
XYZ17.5715.5362.39-
YUV98190.6485.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.73%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 209 (82.03% from 255) = 59.04%
R=10.73%
G=30.23%
B=59.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal381072090.820.4900.18215.7969.2348.43
Hex266BD15231012d84530
Octal461533211226102233010560
Binary1001101101011110100011010010110001010010110110001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,107,209); }

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

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

 a { background-color: rgb(38,107,209); }

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

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

 span { border-color: rgb(38,107,209); }

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