Html Css Color HEX #1464CD Denim

📋 copy color: '#1464CD'

red 20 ◦ green 100 ◦ blue 205

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

Shades of Denim #1464CD

Tints of Denim #1464CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 6.15%
G = 30.77%
B = 63.08%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1464CD (or 0x1464CD) is known color: Denim. HEX triplet: 14, 64 and CD. RGB value is (20,100,205). Sum of RGB (Red+Green+Blue) = 20+100+205=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #1464CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464CD is #EB9B32. Grayscale: #575757. Windows color (decimal): -15440691 or 13460500. OLE color: 13460500.

HSL color Cylindrical-coordinate representation of color #1464CD: hue angle of 214.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1464CD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 100 205 -
CMYK 0.90 0.51 0 0.20
HSL 214.05º 0.82% 0.44% -
HSV(B) 214.05º 0.9% 0.8% -
XYZ 15.87 13.67 59.56 -
YUV 88.05 194 79.46 -
System Red Green Blue C M Y K H S L
Decimal 20 100 205 0.90 0.51 0 0.20 214.05 0.82 0.44
Hex 14 64 CD 5A 33 0 14 D6 52 2C
Octal 24 144 315 132 63 0 24 326 122 54
Binary 10100 1100100 11001101 1011010 110011 0 10100 11010110 1010010 101100

Color Harmonies of #1464CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464CD

Black with #1464CD

Text Example


Text Example

White with #1464CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1464CD; }

 p { color: rgb(20,100,205); }

 H1.HeaderClassName
 {
   color: #1464CD;
 }
 .AnyTagClassName
 {
   color: #1464CD;
 }
</style>

background-color css

<style>
 a { background-color: #1464CD; }

 a { background-color: rgb(20,100,205); }

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

border-color css

<style>
 span { border-color: #1464CD; }

 span { border-color: rgb(20,100,205); }

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