Html Css Color HEX #1470BD Denim

📋 copy color: '#1470BD'

red 20 ◦ green 112 ◦ blue 189

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

Shades of Denim #1470BD

Tints of Denim #1470BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 189 (74.22% from 255) = 58.88%

R = 6.23%
G = 34.89%
B = 58.88%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1470BD (or 0x1470BD) is known color: Denim. HEX triplet: 14, 70 and BD. RGB value is (20,112,189). Sum of RGB (Red+Green+Blue) = 20+112+189=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #1470BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470BD is #EB8F42. Grayscale: #5C5C5C. Windows color (decimal): -15437635 or 12414996. OLE color: 12414996.

HSL color Cylindrical-coordinate representation of color #1470BD: hue angle of 207.34º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1470BD is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 112 189 -
CMYK 0.89 0.41 0 0.26
HSL 207.34º 0.81% 0.41% -
HSV(B) 207.34º 0.89% 0.74% -
XYZ 15.27 15.41 50.31 -
YUV 93.27 182.02 75.74 -
System Red Green Blue C M Y K H S L
Decimal 20 112 189 0.89 0.41 0 0.26 207.34 0.81 0.41
Hex 14 70 BD 59 29 0 1A CF 51 29
Octal 24 160 275 131 51 0 32 317 121 51
Binary 10100 1110000 10111101 1011001 101001 0 11010 11001111 1010001 101001

Color Harmonies of #1470BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470BD

Black with #1470BD

Text Example


Text Example

White with #1470BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1470BD; }

 p { color: rgb(20,112,189); }

 H1.HeaderClassName
 {
   color: #1470BD;
 }
 .AnyTagClassName
 {
   color: #1470BD;
 }
</style>

background-color css

<style>
 a { background-color: #1470BD; }

 a { background-color: rgb(20,112,189); }

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

border-color css

<style>
 span { border-color: #1470BD; }

 span { border-color: rgb(20,112,189); }

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