Html Css Color HEX #1F63DC Denim

📋 copy color: '#1F63DC'

red 31 ◦ green 99 ◦ blue 220

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

Shades of Denim #1F63DC

Tints of Denim #1F63DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 8.86%
G = 28.29%
B = 62.86%

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

#1F63DC (or 0x1F63DC) is known color: Denim. HEX triplet: 1F, 63 and DC. RGB value is (31,99,220). Sum of RGB (Red+Green+Blue) = 31+99+220=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F63DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F63DC is #E09C23. Grayscale: #5B5B5B. Windows color (decimal): -14720036 or 14443295. OLE color: 14443295.

HSL color Cylindrical-coordinate representation of color #1F63DC: hue angle of 218.41º 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 #1F63DC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 99 220 -
CMYK 0.86 0.55 0 0.14
HSL 218.41º 0.75% 0.49% -
HSV(B) 218.41º 0.86% 0.86% -
XYZ 17.95 14.38 69.54 -
YUV 92.46 199.97 84.16 -
System Red Green Blue C M Y K H S L
Decimal 31 99 220 0.86 0.55 0 0.14 218.41 0.75 0.49
Hex 1F 63 DC 56 37 0 E DA 4B 31
Octal 37 143 334 126 67 0 16 332 113 61
Binary 11111 1100011 11011100 1010110 110111 0 1110 11011010 1001011 110001

Color Harmonies of #1F63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F63DC

Black with #1F63DC

Text Example


Text Example

White with #1F63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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