Html Css Color HEX #1468CD Denim

📋 copy color: '#1468CD'

red 20 ◦ green 104 ◦ blue 205

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

Shades of Denim #1468CD

Tints of Denim #1468CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 6.08%
G = 31.61%
B = 62.31%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1468CD (or 0x1468CD) is known color: Denim. HEX triplet: 14, 68 and CD. RGB value is (20,104,205). Sum of RGB (Red+Green+Blue) = 20+104+205=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #1468CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1468CD is #EB9732. Grayscale: #595959. Windows color (decimal): -15439667 or 13461524. OLE color: 13461524.

HSL color Cylindrical-coordinate representation of color #1468CD: hue angle of 212.76º 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 #1468CD is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 104 205 -
CMYK 0.90 0.49 0 0.20
HSL 212.76º 0.82% 0.44% -
HSV(B) 212.76º 0.9% 0.8% -
XYZ 16.26 14.46 59.69 -
YUV 90.4 192.67 77.79 -
System Red Green Blue C M Y K H S L
Decimal 20 104 205 0.90 0.49 0 0.20 212.76 0.82 0.44
Hex 14 68 CD 5A 31 0 14 D5 52 2C
Octal 24 150 315 132 61 0 24 325 122 54
Binary 10100 1101000 11001101 1011010 110001 0 10100 11010101 1010010 101100

Color Harmonies of #1468CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1468CD

Black with #1468CD

Text Example


Text Example

White with #1468CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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