Html Css Color HEX #1770CC Denim

📋 copy color: '#1770CC'

red 23 ◦ green 112 ◦ blue 204

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

Shades of Denim #1770CC

Tints of Denim #1770CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 6.78%
G = 33.04%
B = 60.18%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1770CC (or 0x1770CC) is known color: Denim. HEX triplet: 17, 70 and CC. RGB value is (23,112,204). Sum of RGB (Red+Green+Blue) = 23+112+204=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #1770CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1770CC is #E88F33. Grayscale: #5F5F5F. Windows color (decimal): -15241012 or 13398039. OLE color: 13398039.

HSL color Cylindrical-coordinate representation of color #1770CC: hue angle of 210.5º 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 #1770CC is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 112 204 -
CMYK 0.89 0.45 0 0.2
HSL 210.5º 0.8% 0.45% -
HSV(B) 210.5º 0.89% 0.8% -
XYZ 17.05 16.13 59.34 -
YUV 95.88 189.01 76.02 -
System Red Green Blue C M Y K H S L
Decimal 23 112 204 0.89 0.45 0 0.2 210.5 0.8 0.45
Hex 17 70 CC 59 2D 0 14 D2 50 2D
Octal 27 160 314 131 55 0 24 322 120 55
Binary 10111 1110000 11001100 1011001 101101 0 10100 11010010 1010000 101101

Color Harmonies of #1770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770CC

Black with #1770CC

Text Example


Text Example

White with #1770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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