Html Css Color HEX #1471BB Denim

📋 copy color: '#1471BB'

red 20 ◦ green 113 ◦ blue 187

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

Shades of Denim #1471BB

Tints of Denim #1471BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 6.25%
G = 35.31%
B = 58.44%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1471BB (or 0x1471BB) is known color: Denim. HEX triplet: 14, 71 and BB. RGB value is (20,113,187). Sum of RGB (Red+Green+Blue) = 20+113+187=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #1471BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471BB is #EB8E44. Grayscale: #5D5D5D. Windows color (decimal): -15437381 or 12284180. OLE color: 12284180.

HSL color Cylindrical-coordinate representation of color #1471BB: hue angle of 206.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1471BB is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 113 187 -
CMYK 0.89 0.40 0 0.27
HSL 206.59º 0.81% 0.41% -
HSV(B) 206.59º 0.89% 0.73% -
XYZ 15.16 15.55 49.22 -
YUV 93.63 180.69 75.48 -
System Red Green Blue C M Y K H S L
Decimal 20 113 187 0.89 0.40 0 0.27 206.59 0.81 0.41
Hex 14 71 BB 59 28 0 1B CF 51 29
Octal 24 161 273 131 50 0 33 317 121 51
Binary 10100 1110001 10111011 1011001 101000 0 11011 11001111 1010001 101001

Color Harmonies of #1471BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471BB

Black with #1471BB

Text Example


Text Example

White with #1471BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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