Html Css Color HEX #1D7CCB Denim

📋 copy color: '#1D7CCB'

red 29 ◦ green 124 ◦ blue 203

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

Shades of Denim #1D7CCB

Tints of Denim #1D7CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.02%

R = 8.15%
G = 34.83%
B = 57.02%

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

#1D7CCB (or 0x1D7CCB) is known color: Denim. HEX triplet: 1D, 7C and CB. RGB value is (29,124,203). Sum of RGB (Red+Green+Blue) = 29+124+203=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D7CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7CCB is #E28334. Grayscale: #686868. Windows color (decimal): -14844725 or 13335581. OLE color: 13335581.

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

Color convert

RGB 29 124 203 -
CMYK 0.86 0.39 0 0.20
HSL 207.24º 0.75% 0.45% -
HSV(B) 207.24º 0.86% 0.8% -
XYZ 18.49 18.99 59.19 -
YUV 104.6 183.53 74.08 -
System Red Green Blue C M Y K H S L
Decimal 29 124 203 0.86 0.39 0 0.20 207.24 0.75 0.45
Hex 1D 7C CB 56 27 0 14 CF 4B 2D
Octal 35 174 313 126 47 0 24 317 113 55
Binary 11101 1111100 11001011 1010110 100111 0 10100 11001111 1001011 101101

Color Harmonies of #1D7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7CCB

Black with #1D7CCB

Text Example


Text Example

White with #1D7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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