Html Css Color HEX #1774CD Denim

📋 copy color: '#1774CD'

red 23 ◦ green 116 ◦ blue 205

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

Shades of Denim #1774CD

Tints of Denim #1774CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 6.69%
G = 33.72%
B = 59.59%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1774CD (or 0x1774CD) is known color: Denim. HEX triplet: 17, 74 and CD. RGB value is (23,116,205). Sum of RGB (Red+Green+Blue) = 23+116+205=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #1774CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774CD is #E88B32. Grayscale: #616161. Windows color (decimal): -15239987 or 13464599. OLE color: 13464599.

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

Color convert

RGB 23 116 205 -
CMYK 0.89 0.43 0 0.20
HSL 209.34º 0.8% 0.45% -
HSV(B) 209.34º 0.89% 0.8% -
XYZ 17.62 17.08 60.13 -
YUV 98.34 188.19 74.26 -
System Red Green Blue C M Y K H S L
Decimal 23 116 205 0.89 0.43 0 0.20 209.34 0.8 0.45
Hex 17 74 CD 59 2B 0 14 D1 50 2D
Octal 27 164 315 131 53 0 24 321 120 55
Binary 10111 1110100 11001101 1011001 101011 0 10100 11010001 1010000 101101

Color Harmonies of #1774CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1774CD

Black with #1774CD

Text Example


Text Example

White with #1774CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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