Html Css Color HEX #1D6CD6 Denim

📋 copy color: '#1D6CD6'

red 29 ◦ green 108 ◦ blue 214

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

Shades of Denim #1D6CD6

Tints of Denim #1D6CD6

RGB

 RED value IS 29 (11.72% from 255) = 8.26%

 GREEN value IS 108 (42.58% from 255) = 30.77%

 BLUE value IS 214 (83.98% from 255) = 60.97%

R = 8.26%
G = 30.77%
B = 60.97%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1D6CD6 (or 0x1D6CD6) is known color: Denim. HEX triplet: 1D, 6C and D6. RGB value is (29,108,214). Sum of RGB (Red+Green+Blue) = 29+108+214=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D6CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6CD6 is #E29329. Grayscale: #5F5F5F. Windows color (decimal): -14848810 or 14052381. OLE color: 14052381.

HSL color Cylindrical-coordinate representation of color #1D6CD6: hue angle of 214.38º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D6CD6 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 108 214 -
CMYK 0.86 0.50 0 0.16
HSL 214.38º 0.76% 0.48% -
HSV(B) 214.38º 0.86% 0.84% -
XYZ 18.01 15.84 65.73 -
YUV 96.46 194.33 79.88 -
System Red Green Blue C M Y K H S L
Decimal 29 108 214 0.86 0.50 0 0.16 214.38 0.76 0.48
Hex 1D 6C D6 56 32 0 10 D6 4C 30
Octal 35 154 326 126 62 0 20 326 114 60
Binary 11101 1101100 11010110 1010110 110010 0 10000 11010110 1001100 110000

Color Harmonies of #1D6CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6CD6

Black with #1D6CD6

Text Example


Text Example

White with #1D6CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D6CD6; }

 p { color: rgb(29,108,214); }

 H1.HeaderClassName
 {
   color: #1D6CD6;
 }
 .AnyTagClassName
 {
   color: #1D6CD6;
 }
</style>

background-color css

<style>
 a { background-color: #1D6CD6; }

 a { background-color: rgb(29,108,214); }

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

border-color css

<style>
 span { border-color: #1D6CD6; }

 span { border-color: rgb(29,108,214); }

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