Html Css Color HEX #1F62DC Denim

📋 copy color: '#1F62DC'

red 31 ◦ green 98 ◦ blue 220

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

Shades of Denim #1F62DC

Tints of Denim #1F62DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.08%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 8.88%
G = 28.08%
B = 63.04%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F62DC (or 0x1F62DC) is known color: Denim. HEX triplet: 1F, 62 and DC. RGB value is (31,98,220). Sum of RGB (Red+Green+Blue) = 31+98+220=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F62DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F62DC is #E09D23. Grayscale: #5B5B5B. Windows color (decimal): -14720292 or 14443039. OLE color: 14443039.

HSL color Cylindrical-coordinate representation of color #1F62DC: hue angle of 218.73º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F62DC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 98 220 -
CMYK 0.86 0.55 0 0.14
HSL 218.73º 0.75% 0.49% -
HSV(B) 218.73º 0.86% 0.86% -
XYZ 17.85 14.19 69.51 -
YUV 91.88 200.3 84.58 -
System Red Green Blue C M Y K H S L
Decimal 31 98 220 0.86 0.55 0 0.14 218.73 0.75 0.49
Hex 1F 62 DC 56 37 0 E DB 4B 31
Octal 37 142 334 126 67 0 16 333 113 61
Binary 11111 1100010 11011100 1010110 110111 0 1110 11011011 1001011 110001

Color Harmonies of #1F62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F62DC

Black with #1F62DC

Text Example


Text Example

White with #1F62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,98,220); }

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

background-color css

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

 a { background-color: rgb(31,98,220); }

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

border-color css

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

 span { border-color: rgb(31,98,220); }

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