Html Css Color HEX #266DBB Denim

📋 copy color: '#266DBB'

red 38 ◦ green 109 ◦ blue 187

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

Shades of Denim #266DBB

Tints of Denim #266DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 11.38%
G = 32.63%
B = 55.99%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#266DBB (or 0x266DBB) is known color: Denim. HEX triplet: 26, 6D and BB. RGB value is (38,109,187). Sum of RGB (Red+Green+Blue) = 38+109+187=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #266DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DBB is #D99244. Grayscale: #606060. Windows color (decimal): -14258757 or 12283174. OLE color: 12283174.

HSL color Cylindrical-coordinate representation of color #266DBB: hue angle of 211.41º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266DBB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 109 187 -
CMYK 0.80 0.42 0 0.27
HSL 211.41º 0.66% 0.44% -
HSV(B) 211.41º 0.8% 0.73% -
XYZ 15.24 14.94 49.09 -
YUV 96.66 178.98 86.16 -
System Red Green Blue C M Y K H S L
Decimal 38 109 187 0.80 0.42 0 0.27 211.41 0.66 0.44
Hex 26 6D BB 50 2A 0 1B D3 42 2C
Octal 46 155 273 120 52 0 33 323 102 54
Binary 100110 1101101 10111011 1010000 101010 0 11011 11010011 1000010 101100

Color Harmonies of #266DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DBB

Black with #266DBB

Text Example


Text Example

White with #266DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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