Html Css Color HEX #2174CA Denim

📋 copy color: '#2174CA'

red 33 ◦ green 116 ◦ blue 202

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

Shades of Denim #2174CA

Tints of Denim #2174CA

RGB

 RED value IS 33 (13.28% from 255) = 9.4%

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

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

R = 9.4%
G = 33.05%
B = 57.55%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2174CA (or 0x2174CA) is known color: Denim. HEX triplet: 21, 74 and CA. RGB value is (33,116,202). Sum of RGB (Red+Green+Blue) = 33+116+202=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #2174CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174CA is #DE8B35. Grayscale: #646464. Windows color (decimal): -14584630 or 13268001. OLE color: 13268001.

HSL color Cylindrical-coordinate representation of color #2174CA: hue angle of 210.53º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2174CA is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 116 202 -
CMYK 0.84 0.43 0 0.21
HSL 210.53º 0.72% 0.46% -
HSV(B) 210.53º 0.84% 0.79% -
XYZ 17.53 17.08 58.25 -
YUV 100.99 185 79.51 -
System Red Green Blue C M Y K H S L
Decimal 33 116 202 0.84 0.43 0 0.21 210.53 0.72 0.46
Hex 21 74 CA 54 2B 0 15 D3 48 2E
Octal 41 164 312 124 53 0 25 323 110 56
Binary 100001 1110100 11001010 1010100 101011 0 10101 11010011 1001000 101110

Color Harmonies of #2174CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2174CA

Black with #2174CA

Text Example


Text Example

White with #2174CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,116,202); }

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

background-color css

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

 a { background-color: rgb(33,116,202); }

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

border-color css

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

 span { border-color: rgb(33,116,202); }

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