Html Css Color HEX #266EBC Denim

📋 copy color: '#266EBC'

red 38 ◦ green 110 ◦ blue 188

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

Shades of Denim #266EBC

Tints of Denim #266EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 11.31%
G = 32.74%
B = 55.95%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#266EBC (or 0x266EBC) is known color: Denim. HEX triplet: 26, 6E and BC. RGB value is (38,110,188). Sum of RGB (Red+Green+Blue) = 38+110+188=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #266EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EBC is #D99143. Grayscale: #606060. Windows color (decimal): -14258500 or 12348966. OLE color: 12348966.

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

Color convert

RGB 38 110 188 -
CMYK 0.80 0.41 0 0.26
HSL 211.2º 0.66% 0.44% -
HSV(B) 211.2º 0.8% 0.74% -
XYZ 15.45 15.19 49.7 -
YUV 97.36 179.15 85.66 -
System Red Green Blue C M Y K H S L
Decimal 38 110 188 0.80 0.41 0 0.26 211.2 0.66 0.44
Hex 26 6E BC 50 29 0 1A D3 42 2C
Octal 46 156 274 120 51 0 32 323 102 54
Binary 100110 1101110 10111100 1010000 101001 0 11010 11010011 1000010 101100

Color Harmonies of #266EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266EBC

Black with #266EBC

Text Example


Text Example

White with #266EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,110,188); }

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

background-color css

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

 a { background-color: rgb(38,110,188); }

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

border-color css

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

 span { border-color: rgb(38,110,188); }

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