Html Css Color HEX #1D71CE Denim

📋 copy color: '#1D71CE'

red 29 ◦ green 113 ◦ blue 206

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

Shades of Denim #1D71CE

Tints of Denim #1D71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 8.33%
G = 32.47%
B = 59.2%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D71CE (or 0x1D71CE) is known color: Denim. HEX triplet: 1D, 71 and CE. RGB value is (29,113,206). Sum of RGB (Red+Green+Blue) = 29+113+206=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D71CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D71CE is #E28E31. Grayscale: #626262. Windows color (decimal): -14847538 or 13529373. OLE color: 13529373.

HSL color Cylindrical-coordinate representation of color #1D71CE: hue angle of 211.53º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D71CE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 113 206 -
CMYK 0.86 0.45 0 0.19
HSL 211.53º 0.75% 0.46% -
HSV(B) 211.53º 0.86% 0.81% -
XYZ 17.55 16.53 60.66 -
YUV 98.49 188.67 78.44 -
System Red Green Blue C M Y K H S L
Decimal 29 113 206 0.86 0.45 0 0.19 211.53 0.75 0.46
Hex 1D 71 CE 56 2D 0 13 D4 4B 2E
Octal 35 161 316 126 55 0 23 324 113 56
Binary 11101 1110001 11001110 1010110 101101 0 10011 11010100 1001011 101110

Color Harmonies of #1D71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D71CE

Black with #1D71CE

Text Example


Text Example

White with #1D71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,113,206); }

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

background-color css

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

 a { background-color: rgb(29,113,206); }

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

border-color css

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

 span { border-color: rgb(29,113,206); }

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