Html Css Color HEX #1471CA Denim

📋 copy color: '#1471CA'

red 20 ◦ green 113 ◦ blue 202

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

Shades of Denim #1471CA

Tints of Denim #1471CA

RGB

 RED value IS 20 (8.2% from 255) = 5.97%

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 5.97%
G = 33.73%
B = 60.3%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1471CA (or 0x1471CA) is known color: Denim. HEX triplet: 14, 71 and CA. RGB value is (20,113,202). Sum of RGB (Red+Green+Blue) = 20+113+202=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #1471CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471CA is #EB8E35. Grayscale: #5E5E5E. Windows color (decimal): -15437366 or 13267220. OLE color: 13267220.

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

Color convert

RGB 20 113 202 -
CMYK 0.90 0.44 0 0.21
HSL 209.34º 0.82% 0.44% -
HSV(B) 209.34º 0.9% 0.79% -
XYZ 16.85 16.22 58.12 -
YUV 95.34 188.19 74.26 -
System Red Green Blue C M Y K H S L
Decimal 20 113 202 0.90 0.44 0 0.21 209.34 0.82 0.44
Hex 14 71 CA 5A 2C 0 15 D1 52 2C
Octal 24 161 312 132 54 0 25 321 122 54
Binary 10100 1110001 11001010 1011010 101100 0 10101 11010001 1010010 101100

Color Harmonies of #1471CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471CA

Black with #1471CA

Text Example


Text Example

White with #1471CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,113,202); }

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

background-color css

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

 a { background-color: rgb(20,113,202); }

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

border-color css

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

 span { border-color: rgb(20,113,202); }

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