Html Css Color HEX #1D7CCA Denim

📋 copy color: '#1D7CCA'

red 29 ◦ green 124 ◦ blue 202

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

Shades of Denim #1D7CCA

Tints of Denim #1D7CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 202 (79.3% from 255) = 56.9%

R = 8.17%
G = 34.93%
B = 56.9%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D7CCA (or 0x1D7CCA) is known color: Denim. HEX triplet: 1D, 7C and CA. RGB value is (29,124,202). Sum of RGB (Red+Green+Blue) = 29+124+202=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D7CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7CCA is #E28335. Grayscale: #686868. Windows color (decimal): -14844726 or 13270045. OLE color: 13270045.

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

Color convert

RGB 29 124 202 -
CMYK 0.86 0.39 0 0.21
HSL 207.05º 0.75% 0.45% -
HSV(B) 207.05º 0.86% 0.79% -
XYZ 18.38 18.94 58.56 -
YUV 104.49 183.03 74.16 -
System Red Green Blue C M Y K H S L
Decimal 29 124 202 0.86 0.39 0 0.21 207.05 0.75 0.45
Hex 1D 7C CA 56 27 0 15 CF 4B 2D
Octal 35 174 312 126 47 0 25 317 113 55
Binary 11101 1111100 11001010 1010110 100111 0 10101 11001111 1001011 101101

Color Harmonies of #1D7CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7CCA

Black with #1D7CCA

Text Example


Text Example

White with #1D7CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,124,202); }

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

background-color css

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

 a { background-color: rgb(29,124,202); }

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

border-color css

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

 span { border-color: rgb(29,124,202); }

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