Html Css Color HEX #1C7DCD Denim

📋 copy color: '#1C7DCD'

red 28 ◦ green 125 ◦ blue 205

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

Shades of Denim #1C7DCD

Tints of Denim #1C7DCD

RGB

 RED value IS 28 (11.33% from 255) = 7.82%

 GREEN value IS 125 (49.22% from 255) = 34.92%

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

R = 7.82%
G = 34.92%
B = 57.26%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C7DCD (or 0x1C7DCD) is known color: Denim. HEX triplet: 1C, 7D and CD. RGB value is (28,125,205). Sum of RGB (Red+Green+Blue) = 28+125+205=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C7DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7DCD is #E38232. Grayscale: #686868. Windows color (decimal): -14910003 or 13466908. OLE color: 13466908.

HSL color Cylindrical-coordinate representation of color #1C7DCD: hue angle of 207.12º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7DCD is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 125 205 -
CMYK 0.86 0.39 0 0.20
HSL 207.12º 0.76% 0.46% -
HSV(B) 207.12º 0.86% 0.8% -
XYZ 18.83 19.32 60.49 -
YUV 105.12 184.36 73 -
System Red Green Blue C M Y K H S L
Decimal 28 125 205 0.86 0.39 0 0.20 207.12 0.76 0.46
Hex 1C 7D CD 56 27 0 14 CF 4C 2E
Octal 34 175 315 126 47 0 24 317 114 56
Binary 11100 1111101 11001101 1010110 100111 0 10100 11001111 1001100 101110

Color Harmonies of #1C7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7DCD

Black with #1C7DCD

Text Example


Text Example

White with #1C7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,125,205); }

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

background-color css

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

 a { background-color: rgb(28,125,205); }

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

border-color css

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

 span { border-color: rgb(28,125,205); }

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