Html Css Color HEX #2165CC Denim

📋 copy color: '#2165CC'

red 33 ◦ green 101 ◦ blue 204

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

Shades of Denim #2165CC

Tints of Denim #2165CC

RGB

 RED value IS 33 (13.28% from 255) = 9.76%

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 9.76%
G = 29.88%
B = 60.36%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2165CC (or 0x2165CC) is known color: Denim. HEX triplet: 21, 65 and CC. RGB value is (33,101,204). Sum of RGB (Red+Green+Blue) = 33+101+204=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #2165CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2165CC is #DE9A33. Grayscale: #5B5B5B. Windows color (decimal): -14588468 or 13395233. OLE color: 13395233.

HSL color Cylindrical-coordinate representation of color #2165CC: hue angle of 216.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2165CC is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 101 204 -
CMYK 0.84 0.50 0 0.2
HSL 216.14º 0.72% 0.46% -
HSV(B) 216.14º 0.84% 0.8% -
XYZ 16.18 13.99 58.97 -
YUV 92.41 190.97 85.62 -
System Red Green Blue C M Y K H S L
Decimal 33 101 204 0.84 0.50 0 0.2 216.14 0.72 0.46
Hex 21 65 CC 54 32 0 14 D8 48 2E
Octal 41 145 314 124 62 0 24 330 110 56
Binary 100001 1100101 11001100 1010100 110010 0 10100 11011000 1001000 101110

Color Harmonies of #2165CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2165CC

Black with #2165CC

Text Example


Text Example

White with #2165CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2165CC; }

 p { color: rgb(33,101,204); }

 H1.HeaderClassName
 {
   color: #2165CC;
 }
 .AnyTagClassName
 {
   color: #2165CC;
 }
</style>

background-color css

<style>
 a { background-color: #2165CC; }

 a { background-color: rgb(33,101,204); }

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

border-color css

<style>
 span { border-color: #2165CC; }

 span { border-color: rgb(33,101,204); }

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