Html Css Color HEX #266DCC Denim

📋 copy color: '#266DCC'

red 38 ◦ green 109 ◦ blue 204

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

Shades of Denim #266DCC

Tints of Denim #266DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 10.83%
G = 31.05%
B = 58.12%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#266DCC (or 0x266DCC) is known color: Denim. HEX triplet: 26, 6D and CC. RGB value is (38,109,204). Sum of RGB (Red+Green+Blue) = 38+109+204=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #266DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DCC is #D99233. Grayscale: #626262. Windows color (decimal): -14258740 or 13397286. OLE color: 13397286.

HSL color Cylindrical-coordinate representation of color #266DCC: hue angle of 214.34º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266DCC is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 109 204 -
CMYK 0.81 0.47 0 0.2
HSL 214.34º 0.69% 0.47% -
HSV(B) 214.34º 0.81% 0.8% -
XYZ 17.17 15.71 59.25 -
YUV 98.6 187.48 84.78 -
System Red Green Blue C M Y K H S L
Decimal 38 109 204 0.81 0.47 0 0.2 214.34 0.69 0.47
Hex 26 6D CC 51 2F 0 14 D6 45 2F
Octal 46 155 314 121 57 0 24 326 105 57
Binary 100110 1101101 11001100 1010001 101111 0 10100 11010110 1000101 101111

Color Harmonies of #266DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DCC

Black with #266DCC

Text Example


Text Example

White with #266DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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