Html Css Color HEX #1F62DA Denim

📋 copy color: '#1F62DA'

red 31 ◦ green 98 ◦ blue 218

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

Shades of Denim #1F62DA

Tints of Denim #1F62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 8.93%
G = 28.24%
B = 62.82%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F62DA (or 0x1F62DA) is known color: Denim. HEX triplet: 1F, 62 and DA. RGB value is (31,98,218). Sum of RGB (Red+Green+Blue) = 31+98+218=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F62DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F62DA is #E09D25. Grayscale: #5B5B5B. Windows color (decimal): -14720294 or 14311967. OLE color: 14311967.

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

Color convert

RGB 31 98 218 -
CMYK 0.86 0.55 0 0.15
HSL 218.5º 0.75% 0.49% -
HSV(B) 218.5º 0.86% 0.85% -
XYZ 17.59 14.09 68.12 -
YUV 91.65 199.3 84.74 -
System Red Green Blue C M Y K H S L
Decimal 31 98 218 0.86 0.55 0 0.15 218.5 0.75 0.49
Hex 1F 62 DA 56 37 0 F DB 4B 31
Octal 37 142 332 126 67 0 17 333 113 61
Binary 11111 1100010 11011010 1010110 110111 0 1111 11011011 1001011 110001

Color Harmonies of #1F62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F62DA

Black with #1F62DA

Text Example


Text Example

White with #1F62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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