Html Css Color HEX #1E7BCC Denim

📋 copy color: '#1E7BCC'

red 30 ◦ green 123 ◦ blue 204

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

Shades of Denim #1E7BCC

Tints of Denim #1E7BCC

RGB

 RED value IS 30 (12.11% from 255) = 8.4%

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 8.4%
G = 34.45%
B = 57.14%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E7BCC (or 0x1E7BCC) is known color: Denim. HEX triplet: 1E, 7B and CC. RGB value is (30,123,204). Sum of RGB (Red+Green+Blue) = 30+123+204=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E7BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7BCC is #E18433. Grayscale: #686868. Windows color (decimal): -14779444 or 13400862. OLE color: 13400862.

HSL color Cylindrical-coordinate representation of color #1E7BCC: hue angle of 207.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7BCC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 123 204 -
CMYK 0.85 0.40 0 0.2
HSL 207.93º 0.74% 0.46% -
HSV(B) 207.93º 0.85% 0.8% -
XYZ 18.52 18.8 59.78 -
YUV 104.43 184.19 74.91 -
System Red Green Blue C M Y K H S L
Decimal 30 123 204 0.85 0.40 0 0.2 207.93 0.74 0.46
Hex 1E 7B CC 55 28 0 14 D0 4A 2E
Octal 36 173 314 125 50 0 24 320 112 56
Binary 11110 1111011 11001100 1010101 101000 0 10100 11010000 1001010 101110

Color Harmonies of #1E7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7BCC

Black with #1E7BCC

Text Example


Text Example

White with #1E7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,123,204); }

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

background-color css

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

 a { background-color: rgb(30,123,204); }

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

border-color css

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

 span { border-color: rgb(30,123,204); }

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