Html Css Color HEX #1474BD Denim

📋 copy color: '#1474BD'

red 20 ◦ green 116 ◦ blue 189

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

Shades of Denim #1474BD

Tints of Denim #1474BD

RGB

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

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

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

R = 6.15%
G = 35.69%
B = 58.15%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1474BD (or 0x1474BD) is known color: Denim. HEX triplet: 14, 74 and BD. RGB value is (20,116,189). Sum of RGB (Red+Green+Blue) = 20+116+189=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #1474BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474BD is #EB8B42. Grayscale: #5F5F5F. Windows color (decimal): -15436611 or 12416020. OLE color: 12416020.

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

Color convert

RGB 20 116 189 -
CMYK 0.89 0.39 0 0.26
HSL 205.92º 0.81% 0.41% -
HSV(B) 205.92º 0.89% 0.74% -
XYZ 15.72 16.31 50.46 -
YUV 95.62 180.7 74.06 -
System Red Green Blue C M Y K H S L
Decimal 20 116 189 0.89 0.39 0 0.26 205.92 0.81 0.41
Hex 14 74 BD 59 27 0 1A CE 51 29
Octal 24 164 275 131 47 0 32 316 121 51
Binary 10100 1110100 10111101 1011001 100111 0 11010 11001110 1010001 101001

Color Harmonies of #1474BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474BD

Black with #1474BD

Text Example


Text Example

White with #1474BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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