Html Css Color HEX #1470BC Denim

📋 copy color: '#1470BC'

red 20 ◦ green 112 ◦ blue 188

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

Shades of Denim #1470BC

Tints of Denim #1470BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 6.25%
G = 35%
B = 58.75%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1470BC (or 0x1470BC) is known color: Denim. HEX triplet: 14, 70 and BC. RGB value is (20,112,188). Sum of RGB (Red+Green+Blue) = 20+112+188=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #1470BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470BC is #EB8F43. Grayscale: #5C5C5C. Windows color (decimal): -15437636 or 12349460. OLE color: 12349460.

HSL color Cylindrical-coordinate representation of color #1470BC: hue angle of 207.14º 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 #1470BC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 112 188 -
CMYK 0.89 0.40 0 0.26
HSL 207.14º 0.81% 0.41% -
HSV(B) 207.14º 0.89% 0.74% -
XYZ 15.16 15.37 49.74 -
YUV 93.16 181.52 75.82 -
System Red Green Blue C M Y K H S L
Decimal 20 112 188 0.89 0.40 0 0.26 207.14 0.81 0.41
Hex 14 70 BC 59 28 0 1A CF 51 29
Octal 24 160 274 131 50 0 32 317 121 51
Binary 10100 1110000 10111100 1011001 101000 0 11010 11001111 1010001 101001

Color Harmonies of #1470BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470BC

Black with #1470BC

Text Example


Text Example

White with #1470BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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