Html Css Color HEX #1F7ECE Denim

📋 copy color: '#1F7ECE'

red 31 ◦ green 126 ◦ blue 206

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

Shades of Denim #1F7ECE

Tints of Denim #1F7ECE

RGB

 RED value IS 31 (12.5% from 255) = 8.54%

 GREEN value IS 126 (49.61% from 255) = 34.71%

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

R = 8.54%
G = 34.71%
B = 56.75%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F7ECE (or 0x1F7ECE) is known color: Denim. HEX triplet: 1F, 7E and CE. RGB value is (31,126,206). Sum of RGB (Red+Green+Blue) = 31+126+206=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F7ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7ECE is #E08131. Grayscale: #6A6A6A. Windows color (decimal): -14713138 or 13532703. OLE color: 13532703.

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

Color convert

RGB 31 126 206 -
CMYK 0.85 0.39 0 0.19
HSL 207.43º 0.74% 0.46% -
HSV(B) 207.43º 0.85% 0.81% -
XYZ 19.17 19.67 61.18 -
YUV 106.72 184.03 74 -
System Red Green Blue C M Y K H S L
Decimal 31 126 206 0.85 0.39 0 0.19 207.43 0.74 0.46
Hex 1F 7E CE 55 27 0 13 CF 4A 2E
Octal 37 176 316 125 47 0 23 317 112 56
Binary 11111 1111110 11001110 1010101 100111 0 10011 11001111 1001010 101110

Color Harmonies of #1F7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7ECE

Black with #1F7ECE

Text Example


Text Example

White with #1F7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,126,206); }

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

background-color css

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

 a { background-color: rgb(31,126,206); }

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

border-color css

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

 span { border-color: rgb(31,126,206); }

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