Html Css Color HEX #1754CA Denim

📋 copy color: '#1754CA'

red 23 ◦ green 84 ◦ blue 202

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

Shades of Denim #1754CA

Tints of Denim #1754CA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 7.44%
G = 27.18%
B = 65.37%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1754CA (or 0x1754CA) is known color: Denim. HEX triplet: 17, 54 and CA. RGB value is (23,84,202). Sum of RGB (Red+Green+Blue) = 23+84+202=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #1754CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1754CA is #E8AB35. Grayscale: #4E4E4E. Windows color (decimal): -15248182 or 13259799. OLE color: 13259799.

HSL color Cylindrical-coordinate representation of color #1754CA: hue angle of 219.55º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1754CA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 84 202 -
CMYK 0.89 0.58 0 0.21
HSL 219.55º 0.8% 0.44% -
HSV(B) 219.55º 0.89% 0.79% -
XYZ 14.18 10.79 57.21 -
YUV 79.21 197.29 87.91 -
System Red Green Blue C M Y K H S L
Decimal 23 84 202 0.89 0.58 0 0.21 219.55 0.8 0.44
Hex 17 54 CA 59 3A 0 15 DC 50 2C
Octal 27 124 312 131 72 0 25 334 120 54
Binary 10111 1010100 11001010 1011001 111010 0 10101 11011100 1010000 101100

Color Harmonies of #1754CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1754CA

Black with #1754CA

Text Example


Text Example

White with #1754CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1754CA; }

 p { color: rgb(23,84,202); }

 H1.HeaderClassName
 {
   color: #1754CA;
 }
 .AnyTagClassName
 {
   color: #1754CA;
 }
</style>

background-color css

<style>
 a { background-color: #1754CA; }

 a { background-color: rgb(23,84,202); }

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

border-color css

<style>
 span { border-color: #1754CA; }

 span { border-color: rgb(23,84,202); }

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