Html Css Color HEX #1F71CB Denim

📋 copy color: '#1F71CB'

red 31 ◦ green 113 ◦ blue 203

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

Shades of Denim #1F71CB

Tints of Denim #1F71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 8.93%
G = 32.56%
B = 58.5%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F71CB (or 0x1F71CB) is known color: Denim. HEX triplet: 1F, 71 and CB. RGB value is (31,113,203). Sum of RGB (Red+Green+Blue) = 31+113+203=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F71CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F71CB is #E08E34. Grayscale: #626262. Windows color (decimal): -14716469 or 13332767. OLE color: 13332767.

HSL color Cylindrical-coordinate representation of color #1F71CB: hue angle of 211.4º 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 #1F71CB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 113 203 -
CMYK 0.85 0.44 0 0.20
HSL 211.4º 0.74% 0.46% -
HSV(B) 211.4º 0.85% 0.8% -
XYZ 17.25 16.41 58.76 -
YUV 98.74 186.83 79.68 -
System Red Green Blue C M Y K H S L
Decimal 31 113 203 0.85 0.44 0 0.20 211.4 0.74 0.46
Hex 1F 71 CB 55 2C 0 14 D3 4A 2E
Octal 37 161 313 125 54 0 24 323 112 56
Binary 11111 1110001 11001011 1010101 101100 0 10100 11010011 1001010 101110

Color Harmonies of #1F71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F71CB

Black with #1F71CB

Text Example


Text Example

White with #1F71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,203); }

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

background-color css

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

 a { background-color: rgb(31,113,203); }

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

border-color css

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

 span { border-color: rgb(31,113,203); }

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