Html Css Color HEX #1764CC Denim

📋 copy color: '#1764CC'

red 23 ◦ green 100 ◦ blue 204

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

Shades of Denim #1764CC

Tints of Denim #1764CC

RGB

 RED value IS 23 (9.38% from 255) = 7.03%

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 7.03%
G = 30.58%
B = 62.39%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1764CC (or 0x1764CC) is known color: Denim. HEX triplet: 17, 64 and CC. RGB value is (23,100,204). Sum of RGB (Red+Green+Blue) = 23+100+204=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #1764CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764CC is #E89B33. Grayscale: #585858. Windows color (decimal): -15244084 or 13394967. OLE color: 13394967.

HSL color Cylindrical-coordinate representation of color #1764CC: hue angle of 214.48º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1764CC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 100 204 -
CMYK 0.89 0.51 0 0.2
HSL 214.48º 0.8% 0.45% -
HSV(B) 214.48º 0.89% 0.8% -
XYZ 15.81 13.66 58.93 -
YUV 88.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 23 100 204 0.89 0.51 0 0.2 214.48 0.8 0.45
Hex 17 64 CC 59 33 0 14 D6 50 2D
Octal 27 144 314 131 63 0 24 326 120 55
Binary 10111 1100100 11001100 1011001 110011 0 10100 11010110 1010000 101101

Color Harmonies of #1764CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1764CC

Black with #1764CC

Text Example


Text Example

White with #1764CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,100,204); }

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

background-color css

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

 a { background-color: rgb(23,100,204); }

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

border-color css

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

 span { border-color: rgb(23,100,204); }

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