Html Css Color HEX #1774CC Denim

📋 copy color: '#1774CC'

red 23 ◦ green 116 ◦ blue 204

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

Shades of Denim #1774CC

Tints of Denim #1774CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 6.71%
G = 33.82%
B = 59.48%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1774CC (or 0x1774CC) is known color: Denim. HEX triplet: 17, 74 and CC. RGB value is (23,116,204). Sum of RGB (Red+Green+Blue) = 23+116+204=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #1774CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774CC is #E88B33. Grayscale: #616161. Windows color (decimal): -15239988 or 13399063. OLE color: 13399063.

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

Color convert

RGB 23 116 204 -
CMYK 0.89 0.43 0 0.2
HSL 209.17º 0.8% 0.45% -
HSV(B) 209.17º 0.89% 0.8% -
XYZ 17.5 17.03 59.49 -
YUV 98.23 187.69 74.34 -
System Red Green Blue C M Y K H S L
Decimal 23 116 204 0.89 0.43 0 0.2 209.17 0.8 0.45
Hex 17 74 CC 59 2B 0 14 D1 50 2D
Octal 27 164 314 131 53 0 24 321 120 55
Binary 10111 1110100 11001100 1011001 101011 0 10100 11010001 1010000 101101

Color Harmonies of #1774CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1774CC

Black with #1774CC

Text Example


Text Example

White with #1774CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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